#7666CD

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

Shades of Slate Blue #7666CD

Tints of Slate Blue #7666CD

Color information

#7666CD (or 0x7666CD) is unknown color: approx Slate Blue. HEX triplet: 76, 66 and CD. RGB value is (118,102,205). Sum of RGB (Red+Green+Blue) = 118+102+205=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7666CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666CD is #899932. Grayscale: #767676. Windows color (decimal): -9017651 or 13461110. OLE color: 13461110.

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

Color convert

RGB118102205-
CMYK0.420.5000.20
HSL249.32º50.74%60.2%-
HSV(B)249.32º50.24%80.39%-
XYZ23.2417.7659.96-
YUV118.53176.8127.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=27.76%
G=24%
B=48.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181022050.420.5000.20249.3250.7460.2
Hex7666CD2A32014f9333c
Octal16614631552620243716374
Binary111011011001101100110110101011001001010011111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7666CD; }

 p { color: rgb(118,102,205); }

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

<style>
 a { background-color: #7666CD; }

 a { background-color: rgb(118,102,205); }

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

<style>
 span { border-color: #7666CD; }

 span { border-color: rgb(118,102,205); }

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