Shades of Slate Blue #7866CC
Tints of Slate Blue #7866CC
RGB
CMYK
RGB Variations
Color information
#7866CC (or 0x7866CC) is known color: Slate Blue. HEX triplet: 78, 66 and CC. RGB value is (120,102,204). Sum of RGB (Red+Green+Blue) = 120+102+204=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #7866CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866CC is #879933. Grayscale: #767676. Windows color (decimal): -8886580 or 13395576. OLE color: 13395576.
HSL color Cylindrical-coordinate representation of color #7866CC: hue angle of 250.59º degrees, saturation: 0.5, 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 #7866CC is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 102 | 204 | - |
| CMYK | 0.41 | 0.5 | 0 | 0.2 |
| HSL | 250.59º | 0.5% | 0.6% | - |
| HSV(B) | 250.59º | 0.5% | 0.8% | - |
| XYZ | 23.4 | 17.86 | 59.34 | - |
| YUV | 119.01 | 175.96 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 204 | 0.41 | 0.5 | 0 | 0.2 | 250.59 | 0.5 | 0.6 |
| Hex | 78 | 66 | CC | 29 | 32 | 0 | 14 | FB | 32 | 3C |
| Octal | 170 | 146 | 314 | 51 | 62 | 0 | 24 | 373 | 62 | 74 |
| Binary | 1111000 | 1100110 | 11001100 | 101001 | 110010 | 0 | 10100 | 11111011 | 110010 | 111100 |
Color Harmonies of #7866CC
Complementary color
Monochromatic Colors of #7866CC
Black with #7866CC
Text Example
Text Example
White with #7866CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7866CC; }
p { color: rgb(120,102,204); }
H1.HeaderClassName
{
color: #7866CC;
}
.AnyTagClassName
{
color: #7866CC;
}
</style>
background-color css
<style>
a { background-color: #7866CC; }
a { background-color: rgb(120,102,204); }
div.DivClassName
{
background-color: #7866CC;
}
.BgClassName
{
background-color: #7866CC;
}
</style>
border-color css
<style>
span { border-color: #7866CC; }
span { border-color: rgb(120,102,204); }
td.TdClassName
{
border-color: #7866CC;
}
.TagClassName
{
border-color: #7866CC;
}
</style>