Shades of Slate Blue #7864CE
Tints of Slate Blue #7864CE
RGB
CMYK
RGB Variations
Color information
#7864CE (or 0x7864CE) is known color: Slate Blue. HEX triplet: 78, 64 and CE. RGB value is (120,100,206). Sum of RGB (Red+Green+Blue) = 120+100+206=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 100 (39.45% from 255 or 23.47% 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 #7864CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864CE is #879B31. Grayscale: #757575. Windows color (decimal): -8887090 or 13526136. OLE color: 13526136.
HSL color Cylindrical-coordinate representation of color #7864CE: hue angle of 251.32º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7864CE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 100 | 206 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.19 |
| HSL | 251.32º | 0.52% | 0.6% | - |
| HSV(B) | 251.32º | 0.51% | 0.81% | - |
| XYZ | 23.44 | 17.56 | 60.55 | - |
| YUV | 118.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 206 | 0.42 | 0.51 | 0 | 0.19 | 251.32 | 0.52 | 0.6 |
| Hex | 78 | 64 | CE | 2A | 33 | 0 | 13 | FB | 34 | 3C |
| Octal | 170 | 144 | 316 | 52 | 63 | 0 | 23 | 373 | 64 | 74 |
| Binary | 1111000 | 1100100 | 11001110 | 101010 | 110011 | 0 | 10011 | 11111011 | 110100 | 111100 |
Color Harmonies of #7864CE
Complementary color
Monochromatic Colors of #7864CE
Black with #7864CE
Text Example
Text Example
White with #7864CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7864CE; }
p { color: rgb(120,100,206); }
H1.HeaderClassName
{
color: #7864CE;
}
.AnyTagClassName
{
color: #7864CE;
}
</style>
background-color css
<style>
a { background-color: #7864CE; }
a { background-color: rgb(120,100,206); }
div.DivClassName
{
background-color: #7864CE;
}
.BgClassName
{
background-color: #7864CE;
}
</style>
border-color css
<style>
span { border-color: #7864CE; }
span { border-color: rgb(120,100,206); }
td.TdClassName
{
border-color: #7864CE;
}
.TagClassName
{
border-color: #7864CE;
}
</style>