Shades of Slate Blue #7862CE
Tints of Slate Blue #7862CE
RGB
CMYK
RGB Variations
Color information
#7862CE (or 0x7862CE) is known color: Slate Blue. HEX triplet: 78, 62 and CE. RGB value is (120,98,206). Sum of RGB (Red+Green+Blue) = 120+98+206=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7862CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7862CE is #879D31. Grayscale: #747474. Windows color (decimal): -8887602 or 13525624. OLE color: 13525624.
HSL color Cylindrical-coordinate representation of color #7862CE: hue angle of 252.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7862CE is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 98 | 206 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.19 |
| HSL | 252.22º | 0.52% | 0.6% | - |
| HSV(B) | 252.22º | 0.52% | 0.81% | - |
| XYZ | 23.25 | 17.18 | 60.48 | - |
| YUV | 116.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 206 | 0.42 | 0.52 | 0 | 0.19 | 252.22 | 0.52 | 0.6 |
| Hex | 78 | 62 | CE | 2A | 34 | 0 | 13 | FC | 34 | 3C |
| Octal | 170 | 142 | 316 | 52 | 64 | 0 | 23 | 374 | 64 | 74 |
| Binary | 1111000 | 1100010 | 11001110 | 101010 | 110100 | 0 | 10011 | 11111100 | 110100 | 111100 |
Color Harmonies of #7862CE
Complementary color
Monochromatic Colors of #7862CE
Black with #7862CE
Text Example
Text Example
White with #7862CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7862CE; }
p { color: rgb(120,98,206); }
H1.HeaderClassName
{
color: #7862CE;
}
.AnyTagClassName
{
color: #7862CE;
}
</style>
background-color css
<style>
a { background-color: #7862CE; }
a { background-color: rgb(120,98,206); }
div.DivClassName
{
background-color: #7862CE;
}
.BgClassName
{
background-color: #7862CE;
}
</style>
border-color css
<style>
span { border-color: #7862CE; }
span { border-color: rgb(120,98,206); }
td.TdClassName
{
border-color: #7862CE;
}
.TagClassName
{
border-color: #7862CE;
}
</style>