Shades of Slate Blue #7856DB
Tints of Slate Blue #7856DB
RGB
CMYK
RGB Variations
Color information
#7856DB (or 0x7856DB) is known color: Slate Blue. HEX triplet: 78, 56 and DB. RGB value is (120,86,219). Sum of RGB (Red+Green+Blue) = 120+86+219=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #7856DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856DB is #87A924. Grayscale: #6E6E6E. Windows color (decimal): -8890661 or 14374520. OLE color: 14374520.
HSL color Cylindrical-coordinate representation of color #7856DB: hue angle of 255.34º degrees, saturation: 0.65, 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 #7856DB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 86 | 219 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.14 |
| HSL | 255.34º | 0.65% | 0.6% | - |
| HSV(B) | 255.34º | 0.61% | 0.86% | - |
| XYZ | 23.86 | 15.76 | 68.8 | - |
| YUV | 111.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 219 | 0.45 | 0.61 | 0 | 0.14 | 255.34 | 0.65 | 0.6 |
| Hex | 78 | 56 | DB | 2D | 3D | 0 | E | FF | 41 | 3C |
| Octal | 170 | 126 | 333 | 55 | 75 | 0 | 16 | 377 | 101 | 74 |
| Binary | 1111000 | 1010110 | 11011011 | 101101 | 111101 | 0 | 1110 | 11111111 | 1000001 | 111100 |
Color Harmonies of #7856DB
Complementary color
Monochromatic Colors of #7856DB
Black with #7856DB
Text Example
Text Example
White with #7856DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7856DB; }
p { color: rgb(120,86,219); }
H1.HeaderClassName
{
color: #7856DB;
}
.AnyTagClassName
{
color: #7856DB;
}
</style>
background-color css
<style>
a { background-color: #7856DB; }
a { background-color: rgb(120,86,219); }
div.DivClassName
{
background-color: #7856DB;
}
.BgClassName
{
background-color: #7856DB;
}
</style>
border-color css
<style>
span { border-color: #7856DB; }
span { border-color: rgb(120,86,219); }
td.TdClassName
{
border-color: #7856DB;
}
.TagClassName
{
border-color: #7856DB;
}
</style>