Shades of Slate Blue #7849DB
Tints of Slate Blue #7849DB
RGB
CMYK
RGB Variations
Color information
#7849DB (or 0x7849DB) is known color: Slate Blue. HEX triplet: 78, 49 and DB. RGB value is (120,73,219). Sum of RGB (Red+Green+Blue) = 120+73+219=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #7849DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849DB is #87B624. Grayscale: #676767. Windows color (decimal): -8893989 or 14371192. OLE color: 14371192.
HSL color Cylindrical-coordinate representation of color #7849DB: hue angle of 259.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7849DB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 73 | 219 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.14 |
| HSL | 259.32º | 0.67% | 0.57% | - |
| HSV(B) | 259.32º | 0.67% | 0.86% | - |
| XYZ | 22.91 | 13.87 | 68.49 | - |
| YUV | 103.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 219 | 0.45 | 0.67 | 0 | 0.14 | 259.32 | 0.67 | 0.57 |
| Hex | 78 | 49 | DB | 2D | 43 | 0 | E | 103 | 43 | 39 |
| Octal | 170 | 111 | 333 | 55 | 103 | 0 | 16 | 403 | 103 | 71 |
| Binary | 1111000 | 1001001 | 11011011 | 101101 | 1000011 | 0 | 1110 | 100000011 | 1000011 | 111001 |
Color Harmonies of #7849DB
Complementary color
Monochromatic Colors of #7849DB
Black with #7849DB
Text Example
Text Example
White with #7849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849DB; }
p { color: rgb(120,73,219); }
H1.HeaderClassName
{
color: #7849DB;
}
.AnyTagClassName
{
color: #7849DB;
}
</style>
background-color css
<style>
a { background-color: #7849DB; }
a { background-color: rgb(120,73,219); }
div.DivClassName
{
background-color: #7849DB;
}
.BgClassName
{
background-color: #7849DB;
}
</style>
border-color css
<style>
span { border-color: #7849DB; }
span { border-color: rgb(120,73,219); }
td.TdClassName
{
border-color: #7849DB;
}
.TagClassName
{
border-color: #7849DB;
}
</style>