Shades of Slate Blue #7858CE
Tints of Slate Blue #7858CE
RGB
CMYK
RGB Variations
Color information
#7858CE (or 0x7858CE) is known color: Slate Blue. HEX triplet: 78, 58 and CE. RGB value is (120,88,206). Sum of RGB (Red+Green+Blue) = 120+88+206=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #7858CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858CE is #87A731. Grayscale: #6E6E6E. Windows color (decimal): -8890162 or 13523064. OLE color: 13523064.
HSL color Cylindrical-coordinate representation of color #7858CE: hue angle of 256.27º 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 #7858CE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 88 | 206 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.19 |
| HSL | 256.27º | 0.55% | 0.58% | - |
| HSV(B) | 256.27º | 0.57% | 0.81% | - |
| XYZ | 22.38 | 15.43 | 60.19 | - |
| YUV | 111.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 206 | 0.42 | 0.57 | 0 | 0.19 | 256.27 | 0.55 | 0.58 |
| Hex | 78 | 58 | CE | 2A | 39 | 0 | 13 | 100 | 37 | 3A |
| Octal | 170 | 130 | 316 | 52 | 71 | 0 | 23 | 400 | 67 | 72 |
| Binary | 1111000 | 1011000 | 11001110 | 101010 | 111001 | 0 | 10011 | 100000000 | 110111 | 111010 |
Color Harmonies of #7858CE
Complementary color
Monochromatic Colors of #7858CE
Black with #7858CE
Text Example
Text Example
White with #7858CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7858CE; }
p { color: rgb(120,88,206); }
H1.HeaderClassName
{
color: #7858CE;
}
.AnyTagClassName
{
color: #7858CE;
}
</style>
background-color css
<style>
a { background-color: #7858CE; }
a { background-color: rgb(120,88,206); }
div.DivClassName
{
background-color: #7858CE;
}
.BgClassName
{
background-color: #7858CE;
}
</style>
border-color css
<style>
span { border-color: #7858CE; }
span { border-color: rgb(120,88,206); }
td.TdClassName
{
border-color: #7858CE;
}
.TagClassName
{
border-color: #7858CE;
}
</style>