Shades of Slate Blue #7851DB
Tints of Slate Blue #7851DB
RGB
CMYK
RGB Variations
Color information
#7851DB (or 0x7851DB) is known color: Slate Blue. HEX triplet: 78, 51 and DB. RGB value is (120,81,219). Sum of RGB (Red+Green+Blue) = 120+81+219=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #7851DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851DB is #87AE24. Grayscale: #6B6B6B. Windows color (decimal): -8891941 or 14373240. OLE color: 14373240.
HSL color Cylindrical-coordinate representation of color #7851DB: hue angle of 256.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7851DB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 81 | 219 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.14 |
| HSL | 256.96º | 0.66% | 0.59% | - |
| HSV(B) | 256.96º | 0.63% | 0.86% | - |
| XYZ | 23.47 | 14.99 | 68.67 | - |
| YUV | 108.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 219 | 0.45 | 0.63 | 0 | 0.14 | 256.96 | 0.66 | 0.59 |
| Hex | 78 | 51 | DB | 2D | 3F | 0 | E | 101 | 42 | 3B |
| Octal | 170 | 121 | 333 | 55 | 77 | 0 | 16 | 401 | 102 | 73 |
| Binary | 1111000 | 1010001 | 11011011 | 101101 | 111111 | 0 | 1110 | 100000001 | 1000010 | 111011 |
Color Harmonies of #7851DB
Complementary color
Monochromatic Colors of #7851DB
Black with #7851DB
Text Example
Text Example
White with #7851DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851DB; }
p { color: rgb(120,81,219); }
H1.HeaderClassName
{
color: #7851DB;
}
.AnyTagClassName
{
color: #7851DB;
}
</style>
background-color css
<style>
a { background-color: #7851DB; }
a { background-color: rgb(120,81,219); }
div.DivClassName
{
background-color: #7851DB;
}
.BgClassName
{
background-color: #7851DB;
}
</style>
border-color css
<style>
span { border-color: #7851DB; }
span { border-color: rgb(120,81,219); }
td.TdClassName
{
border-color: #7851DB;
}
.TagClassName
{
border-color: #7851DB;
}
</style>