Shades of Slate Blue #7859CB
Tints of Slate Blue #7859CB
RGB
CMYK
RGB Variations
Color information
#7859CB (or 0x7859CB) is known color: Slate Blue. HEX triplet: 78, 59 and CB. RGB value is (120,89,203). Sum of RGB (Red+Green+Blue) = 120+89+203=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #7859CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859CB is #87A634. Grayscale: #6E6E6E. Windows color (decimal): -8889909 or 13326712. OLE color: 13326712.
HSL color Cylindrical-coordinate representation of color #7859CB: hue angle of 256.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7859CB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 89 | 203 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.20 |
| HSL | 256.32º | 0.52% | 0.57% | - |
| HSV(B) | 256.32º | 0.56% | 0.8% | - |
| XYZ | 22.1 | 15.45 | 58.32 | - |
| YUV | 111.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 203 | 0.41 | 0.56 | 0 | 0.20 | 256.32 | 0.52 | 0.57 |
| Hex | 78 | 59 | CB | 29 | 38 | 0 | 14 | 100 | 34 | 39 |
| Octal | 170 | 131 | 313 | 51 | 70 | 0 | 24 | 400 | 64 | 71 |
| Binary | 1111000 | 1011001 | 11001011 | 101001 | 111000 | 0 | 10100 | 100000000 | 110100 | 111001 |
Color Harmonies of #7859CB
Complementary color
Monochromatic Colors of #7859CB
Black with #7859CB
Text Example
Text Example
White with #7859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859CB; }
p { color: rgb(120,89,203); }
H1.HeaderClassName
{
color: #7859CB;
}
.AnyTagClassName
{
color: #7859CB;
}
</style>
background-color css
<style>
a { background-color: #7859CB; }
a { background-color: rgb(120,89,203); }
div.DivClassName
{
background-color: #7859CB;
}
.BgClassName
{
background-color: #7859CB;
}
</style>
border-color css
<style>
span { border-color: #7859CB; }
span { border-color: rgb(120,89,203); }
td.TdClassName
{
border-color: #7859CB;
}
.TagClassName
{
border-color: #7859CB;
}
</style>