#7664CC

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

Shades of Slate Blue #7664CC

Tints of Slate Blue #7664CC

Color information

#7664CC (or 0x7664CC) is unknown color: approx Slate Blue. HEX triplet: 76, 64 and CC. RGB value is (118,100,204). Sum of RGB (Red+Green+Blue) = 118+100+204=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7664CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7664CC is #899B33. Grayscale: #747474. Windows color (decimal): -9018164 or 13395062. OLE color: 13395062.

HSL color Cylindrical-coordinate representation of color #7664CC: hue angle of 250.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7664CC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118100204-
CMYK0.420.5100.2
HSL250.38º50.49%59.61%-
HSV(B)250.38º50.98%80%-
XYZ22.9317.3359.26-
YUV117.24176.96128.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=27.96%
G=23.70%
B=48.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181002040.420.5100.2250.3850.4959.61
Hex7664CC2A33014fa323c
Octal16614431452630243726274
Binary111011011001001100110010101011001101010011111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7664CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7664CC; }

 p { color: rgb(118,100,204); }

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

<style>
 a { background-color: #7664CC; }

 a { background-color: rgb(118,100,204); }

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

<style>
 span { border-color: #7664CC; }

 span { border-color: rgb(118,100,204); }

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