Shades of Slate Blue #7666C8
Tints of Slate Blue #7666C8
RGB
CMYK
RGB Variations
Color information
#7666C8 (or 0x7666C8) is known color: Slate Blue. HEX triplet: 76, 66 and C8. RGB value is (118,102,200). Sum of RGB (Red+Green+Blue) = 118+102+200=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #7666C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666C8 is #899937. Grayscale: #757575. Windows color (decimal): -9017656 or 13133430. OLE color: 13133430.
HSL color Cylindrical-coordinate representation of color #7666C8: hue angle of 249.8º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7666C8 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 102 | 200 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.22 |
| HSL | 249.8º | 0.47% | 0.59% | - |
| HSV(B) | 249.8º | 0.49% | 0.78% | - |
| XYZ | 22.65 | 17.52 | 56.83 | - |
| YUV | 117.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 200 | 0.41 | 0.49 | 0 | 0.22 | 249.8 | 0.47 | 0.59 |
| Hex | 76 | 66 | C8 | 29 | 31 | 0 | 16 | FA | 2F | 3B |
| Octal | 166 | 146 | 310 | 51 | 61 | 0 | 26 | 372 | 57 | 73 |
| Binary | 1110110 | 1100110 | 11001000 | 101001 | 110001 | 0 | 10110 | 11111010 | 101111 | 111011 |
Color Harmonies of #7666C8
Complementary color
Monochromatic Colors of #7666C8
Black with #7666C8
Text Example
Text Example
White with #7666C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666C8; }
p { color: rgb(118,102,200); }
H1.HeaderClassName
{
color: #7666C8;
}
.AnyTagClassName
{
color: #7666C8;
}
</style>
background-color css
<style>
a { background-color: #7666C8; }
a { background-color: rgb(118,102,200); }
div.DivClassName
{
background-color: #7666C8;
}
.BgClassName
{
background-color: #7666C8;
}
</style>
border-color css
<style>
span { border-color: #7666C8; }
span { border-color: rgb(118,102,200); }
td.TdClassName
{
border-color: #7666C8;
}
.TagClassName
{
border-color: #7666C8;
}
</style>