Shades of Slate Blue #7848DB
Tints of Slate Blue #7848DB
RGB
CMYK
RGB Variations
Color information
#7848DB (or 0x7848DB) is known color: Slate Blue. HEX triplet: 78, 48 and DB. RGB value is (120,72,219). Sum of RGB (Red+Green+Blue) = 120+72+219=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #7848DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7848DB is #87B724. Grayscale: #666666. Windows color (decimal): -8894245 or 14370936. OLE color: 14370936.
HSL color Cylindrical-coordinate representation of color #7848DB: hue angle of 259.59º 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 #7848DB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 72 | 219 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.14 |
| HSL | 259.59º | 0.67% | 0.57% | - |
| HSV(B) | 259.59º | 0.67% | 0.86% | - |
| XYZ | 22.85 | 13.74 | 68.47 | - |
| YUV | 103.11 | 193.4 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 219 | 0.45 | 0.67 | 0 | 0.14 | 259.59 | 0.67 | 0.57 |
| Hex | 78 | 48 | DB | 2D | 43 | 0 | E | 104 | 43 | 39 |
| Octal | 170 | 110 | 333 | 55 | 103 | 0 | 16 | 404 | 103 | 71 |
| Binary | 1111000 | 1001000 | 11011011 | 101101 | 1000011 | 0 | 1110 | 100000100 | 1000011 | 111001 |
Color Harmonies of #7848DB
Complementary color
Monochromatic Colors of #7848DB
Black with #7848DB
Text Example
Text Example
White with #7848DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7848DB; }
p { color: rgb(120,72,219); }
H1.HeaderClassName
{
color: #7848DB;
}
.AnyTagClassName
{
color: #7848DB;
}
</style>
background-color css
<style>
a { background-color: #7848DB; }
a { background-color: rgb(120,72,219); }
div.DivClassName
{
background-color: #7848DB;
}
.BgClassName
{
background-color: #7848DB;
}
</style>
border-color css
<style>
span { border-color: #7848DB; }
span { border-color: rgb(120,72,219); }
td.TdClassName
{
border-color: #7848DB;
}
.TagClassName
{
border-color: #7848DB;
}
</style>