Shades of Slate Blue #7856DC
Tints of Slate Blue #7856DC
RGB
CMYK
RGB Variations
Color information
#7856DC (or 0x7856DC) is known color: Slate Blue. HEX triplet: 78, 56 and DC. RGB value is (120,86,220). Sum of RGB (Red+Green+Blue) = 120+86+220=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #7856DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856DC is #87A923. Grayscale: #6E6E6E. Windows color (decimal): -8890660 or 14440056. OLE color: 14440056.
HSL color Cylindrical-coordinate representation of color #7856DC: hue angle of 255.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7856DC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 86 | 220 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.14 |
| HSL | 255.22º | 0.66% | 0.6% | - |
| HSV(B) | 255.22º | 0.61% | 0.86% | - |
| XYZ | 23.99 | 15.82 | 69.5 | - |
| YUV | 111.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 220 | 0.45 | 0.61 | 0 | 0.14 | 255.22 | 0.66 | 0.6 |
| Hex | 78 | 56 | DC | 2D | 3D | 0 | E | FF | 42 | 3C |
| Octal | 170 | 126 | 334 | 55 | 75 | 0 | 16 | 377 | 102 | 74 |
| Binary | 1111000 | 1010110 | 11011100 | 101101 | 111101 | 0 | 1110 | 11111111 | 1000010 | 111100 |
Color Harmonies of #7856DC
Complementary color
Monochromatic Colors of #7856DC
Black with #7856DC
Text Example
Text Example
White with #7856DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7856DC; }
p { color: rgb(120,86,220); }
H1.HeaderClassName
{
color: #7856DC;
}
.AnyTagClassName
{
color: #7856DC;
}
</style>
background-color css
<style>
a { background-color: #7856DC; }
a { background-color: rgb(120,86,220); }
div.DivClassName
{
background-color: #7856DC;
}
.BgClassName
{
background-color: #7856DC;
}
</style>
border-color css
<style>
span { border-color: #7856DC; }
span { border-color: rgb(120,86,220); }
td.TdClassName
{
border-color: #7856DC;
}
.TagClassName
{
border-color: #7856DC;
}
</style>