#7666D9

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

Shades of Slate Blue #7666D9

Tints of Slate Blue #7666D9

Color information

#7666D9 (or 0x7666D9) is unknown color: approx Slate Blue. HEX triplet: 76, 66 and D9. RGB value is (118,102,217). Sum of RGB (Red+Green+Blue) = 118+102+217=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #7666D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666D9 is #899926. Grayscale: #777777. Windows color (decimal): -9017639 or 14247542. OLE color: 14247542.

HSL color Cylindrical-coordinate representation of color #7666D9: hue angle of 248.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7666D9 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118102217-
CMYK0.460.5300.15
HSL248.35º60.21%62.55%-
HSV(B)248.35º53%85.1%-
XYZ24.7518.3667.89-
YUV119.89182.8126.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 217 (85.16% from 255) = 49.66%
R=27.00%
G=23.34%
B=49.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181022170.460.5300.15248.3560.2162.55
Hex7666D92E350Ff83c3f
Octal16614633156650173707477
Binary11101101100110110110011011101101010111111111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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