Shades of Slate Blue #7666CE
Tints of Slate Blue #7666CE
RGB
CMYK
RGB Variations
Color information
#7666CE (or 0x7666CE) is known color: Slate Blue. HEX triplet: 76, 66 and CE. RGB value is (118,102,206). Sum of RGB (Red+Green+Blue) = 118+102+206=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #7666CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666CE is #899931. Grayscale: #767676. Windows color (decimal): -9017650 or 13526646. OLE color: 13526646.
HSL color Cylindrical-coordinate representation of color #7666CE: hue angle of 249.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7666CE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 102 | 206 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.19 |
| HSL | 249.23º | 0.51% | 0.6% | - |
| HSV(B) | 249.23º | 0.5% | 0.81% | - |
| XYZ | 23.36 | 17.81 | 60.6 | - |
| YUV | 118.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 206 | 0.43 | 0.50 | 0 | 0.19 | 249.23 | 0.51 | 0.6 |
| Hex | 76 | 66 | CE | 2B | 32 | 0 | 13 | F9 | 33 | 3C |
| Octal | 166 | 146 | 316 | 53 | 62 | 0 | 23 | 371 | 63 | 74 |
| Binary | 1110110 | 1100110 | 11001110 | 101011 | 110010 | 0 | 10011 | 11111001 | 110011 | 111100 |
Color Harmonies of #7666CE
Complementary color
Monochromatic Colors of #7666CE
Black with #7666CE
Text Example
Text Example
White with #7666CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666CE; }
p { color: rgb(118,102,206); }
H1.HeaderClassName
{
color: #7666CE;
}
.AnyTagClassName
{
color: #7666CE;
}
</style>
background-color css
<style>
a { background-color: #7666CE; }
a { background-color: rgb(118,102,206); }
div.DivClassName
{
background-color: #7666CE;
}
.BgClassName
{
background-color: #7666CE;
}
</style>
border-color css
<style>
span { border-color: #7666CE; }
span { border-color: rgb(118,102,206); }
td.TdClassName
{
border-color: #7666CE;
}
.TagClassName
{
border-color: #7666CE;
}
</style>