Shades of Slate Blue #7859CA
Tints of Slate Blue #7859CA
RGB
CMYK
RGB Variations
Color information
#7859CA (or 0x7859CA) is known color: Slate Blue. HEX triplet: 78, 59 and CA. RGB value is (120,89,202). Sum of RGB (Red+Green+Blue) = 120+89+202=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #7859CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859CA is #87A635. Grayscale: #6E6E6E. Windows color (decimal): -8889910 or 13261176. OLE color: 13261176.
HSL color Cylindrical-coordinate representation of color #7859CA: hue angle of 256.46º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7859CA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 89 | 202 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.21 |
| HSL | 256.46º | 0.52% | 0.57% | - |
| HSV(B) | 256.46º | 0.56% | 0.79% | - |
| XYZ | 21.98 | 15.4 | 57.69 | - |
| YUV | 111.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 202 | 0.41 | 0.56 | 0 | 0.21 | 256.46 | 0.52 | 0.57 |
| Hex | 78 | 59 | CA | 29 | 38 | 0 | 15 | 100 | 34 | 39 |
| Octal | 170 | 131 | 312 | 51 | 70 | 0 | 25 | 400 | 64 | 71 |
| Binary | 1111000 | 1011001 | 11001010 | 101001 | 111000 | 0 | 10101 | 100000000 | 110100 | 111001 |
Color Harmonies of #7859CA
Complementary color
Monochromatic Colors of #7859CA
Black with #7859CA
Text Example
Text Example
White with #7859CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859CA; }
p { color: rgb(120,89,202); }
H1.HeaderClassName
{
color: #7859CA;
}
.AnyTagClassName
{
color: #7859CA;
}
</style>
background-color css
<style>
a { background-color: #7859CA; }
a { background-color: rgb(120,89,202); }
div.DivClassName
{
background-color: #7859CA;
}
.BgClassName
{
background-color: #7859CA;
}
</style>
border-color css
<style>
span { border-color: #7859CA; }
span { border-color: rgb(120,89,202); }
td.TdClassName
{
border-color: #7859CA;
}
.TagClassName
{
border-color: #7859CA;
}
</style>