#734ac6

Color #734AC6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #734AC6

Tints of Slate Blue #734AC6

Color information

#734AC6 (or 0x734AC6) is unknown color: approx Slate Blue. HEX triplet: 73, 4A and C6. RGB value is (115,74,198). Sum of RGB (Red+Green+Blue) = 115+74+198=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #734AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734AC6 is #8CB539. Grayscale: #636363. Windows color (decimal): -9221434 or 12995187. OLE color: 12995187.

HSL color Cylindrical-coordinate representation of color #734AC6: hue angle of 259.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734AC6 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11574198-
CMYK0.420.6300.22
HSL259.84º52.1%53.33%-
HSV(B)259.84º62.63%77.65%-
XYZ19.7112.6254.82-
YUV100.4183.08138.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 198 (77.73% from 255) = 51.16%
R=29.72%
G=19.12%
B=51.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115741980.420.6300.22259.8452.153.33
Hex734AC62A3F0161043435
Octal16311230652770264046465
Binary1110011100101011000110101010111111010110100000100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734ac6; }

 p { color: rgb(115,74,198); }

 H1.HeaderClassName
 {
   color: #734ac6;
 }
 .AnyTagClassName
 {
   color: #734ac6;
 }
</style>
background-color css

<style>
 a { background-color: #734ac6; }

 a { background-color: rgb(115,74,198); }

 div.DivClassName
 {
   background-color: #734ac6;
 }
 .BgClassName
 {
   background-color: #734ac6;
 }
</style>
border-color css

<style>
 span { border-color: #734ac6; }

 span { border-color: rgb(115,74,198); }

 td.TdClassName
 {
   border-color: #734ac6;
 }
 .TagClassName
 {
   border-color: #734ac6;
 }
</style>