Shades of Slate Blue #7866C6
Tints of Slate Blue #7866C6
RGB
CMYK
RGB Variations
Color information
#7866C6 (or 0x7866C6) is known color: Slate Blue. HEX triplet: 78, 66 and C6. RGB value is (120,102,198). Sum of RGB (Red+Green+Blue) = 120+102+198=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #7866C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866C6 is #879939. Grayscale: #757575. Windows color (decimal): -8886586 or 13002360. OLE color: 13002360.
HSL color Cylindrical-coordinate representation of color #7866C6: hue angle of 251.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7866C6 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 102 | 198 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.22 |
| HSL | 251.25º | 0.46% | 0.59% | - |
| HSV(B) | 251.25º | 0.48% | 0.78% | - |
| XYZ | 22.69 | 17.57 | 55.62 | - |
| YUV | 118.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 198 | 0.39 | 0.48 | 0 | 0.22 | 251.25 | 0.46 | 0.59 |
| Hex | 78 | 66 | C6 | 27 | 30 | 0 | 16 | FB | 2E | 3B |
| Octal | 170 | 146 | 306 | 47 | 60 | 0 | 26 | 373 | 56 | 73 |
| Binary | 1111000 | 1100110 | 11000110 | 100111 | 110000 | 0 | 10110 | 11111011 | 101110 | 111011 |
Color Harmonies of #7866C6
Complementary color
Monochromatic Colors of #7866C6
Black with #7866C6
Text Example
Text Example
White with #7866C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7866C6; }
p { color: rgb(120,102,198); }
H1.HeaderClassName
{
color: #7866C6;
}
.AnyTagClassName
{
color: #7866C6;
}
</style>
background-color css
<style>
a { background-color: #7866C6; }
a { background-color: rgb(120,102,198); }
div.DivClassName
{
background-color: #7866C6;
}
.BgClassName
{
background-color: #7866C6;
}
</style>
border-color css
<style>
span { border-color: #7866C6; }
span { border-color: rgb(120,102,198); }
td.TdClassName
{
border-color: #7866C6;
}
.TagClassName
{
border-color: #7866C6;
}
</style>