Shades of Slate Blue #7853DB
Tints of Slate Blue #7853DB
RGB
CMYK
RGB Variations
Color information
#7853DB (or 0x7853DB) is known color: Slate Blue. HEX triplet: 78, 53 and DB. RGB value is (120,83,219). Sum of RGB (Red+Green+Blue) = 120+83+219=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7853DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7853DB is #87AC24. Grayscale: #6D6D6D. Windows color (decimal): -8891429 or 14373752. OLE color: 14373752.
HSL color Cylindrical-coordinate representation of color #7853DB: hue angle of 256.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7853DB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 83 | 219 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.14 |
| HSL | 256.32º | 0.65% | 0.59% | - |
| HSV(B) | 256.32º | 0.62% | 0.86% | - |
| XYZ | 23.63 | 15.29 | 68.72 | - |
| YUV | 109.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 219 | 0.45 | 0.62 | 0 | 0.14 | 256.32 | 0.65 | 0.59 |
| Hex | 78 | 53 | DB | 2D | 3E | 0 | E | 100 | 41 | 3B |
| Octal | 170 | 123 | 333 | 55 | 76 | 0 | 16 | 400 | 101 | 73 |
| Binary | 1111000 | 1010011 | 11011011 | 101101 | 111110 | 0 | 1110 | 100000000 | 1000001 | 111011 |
Color Harmonies of #7853DB
Complementary color
Monochromatic Colors of #7853DB
Black with #7853DB
Text Example
Text Example
White with #7853DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7853DB; }
p { color: rgb(120,83,219); }
H1.HeaderClassName
{
color: #7853DB;
}
.AnyTagClassName
{
color: #7853DB;
}
</style>
background-color css
<style>
a { background-color: #7853DB; }
a { background-color: rgb(120,83,219); }
div.DivClassName
{
background-color: #7853DB;
}
.BgClassName
{
background-color: #7853DB;
}
</style>
border-color css
<style>
span { border-color: #7853DB; }
span { border-color: rgb(120,83,219); }
td.TdClassName
{
border-color: #7853DB;
}
.TagClassName
{
border-color: #7853DB;
}
</style>