Shades of Slate Blue #7859CF
Tints of Slate Blue #7859CF
RGB
CMYK
RGB Variations
Color information
#7859CF (or 0x7859CF) is known color: Slate Blue. HEX triplet: 78, 59 and CF. RGB value is (120,89,207). Sum of RGB (Red+Green+Blue) = 120+89+207=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7859CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859CF is #87A630. Grayscale: #6F6F6F. Windows color (decimal): -8889905 or 13588856. OLE color: 13588856.
HSL color Cylindrical-coordinate representation of color #7859CF: hue angle of 255.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7859CF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 89 | 207 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.19 |
| HSL | 255.76º | 0.55% | 0.58% | - |
| HSV(B) | 255.76º | 0.57% | 0.81% | - |
| XYZ | 22.58 | 15.64 | 60.86 | - |
| YUV | 111.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 207 | 0.42 | 0.57 | 0 | 0.19 | 255.76 | 0.55 | 0.58 |
| Hex | 78 | 59 | CF | 2A | 39 | 0 | 13 | 100 | 37 | 3A |
| Octal | 170 | 131 | 317 | 52 | 71 | 0 | 23 | 400 | 67 | 72 |
| Binary | 1111000 | 1011001 | 11001111 | 101010 | 111001 | 0 | 10011 | 100000000 | 110111 | 111010 |
Color Harmonies of #7859CF
Complementary color
Monochromatic Colors of #7859CF
Black with #7859CF
Text Example
Text Example
White with #7859CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859CF; }
p { color: rgb(120,89,207); }
H1.HeaderClassName
{
color: #7859CF;
}
.AnyTagClassName
{
color: #7859CF;
}
</style>
background-color css
<style>
a { background-color: #7859CF; }
a { background-color: rgb(120,89,207); }
div.DivClassName
{
background-color: #7859CF;
}
.BgClassName
{
background-color: #7859CF;
}
</style>
border-color css
<style>
span { border-color: #7859CF; }
span { border-color: rgb(120,89,207); }
td.TdClassName
{
border-color: #7859CF;
}
.TagClassName
{
border-color: #7859CF;
}
</style>