#7464C9

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

Shades of Slate Blue #7464C9

Tints of Slate Blue #7464C9

Color information

#7464C9 (or 0x7464C9) is unknown color: approx Slate Blue. HEX triplet: 74, 64 and C9. RGB value is (116,100,201). Sum of RGB (Red+Green+Blue) = 116+100+201=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #7464C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464C9 is #8B9B36. Grayscale: #737373. Windows color (decimal): -9149239 or 13198452. OLE color: 13198452.

HSL color Cylindrical-coordinate representation of color #7464C9: hue angle of 249.5º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7464C9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116100201-
CMYK0.420.5000.21
HSL249.5º48.33%59.02%-
HSV(B)249.5º50.25%78.82%-
XYZ22.317.0457.37-
YUV116.3175.8127.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=27.82%
G=23.98%
B=48.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161002010.420.5000.21249.548.3359.02
Hex7464C92A32015fa303b
Octal16414431152620253726073
Binary111010011001001100100110101011001001010111111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7464C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7464C9; }

 p { color: rgb(116,100,201); }

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

<style>
 a { background-color: #7464C9; }

 a { background-color: rgb(116,100,201); }

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

<style>
 span { border-color: #7464C9; }

 span { border-color: rgb(116,100,201); }

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