Shades of Slate Blue #804BDB
Tints of Slate Blue #804BDB
RGB
CMYK
RGB Variations
Color information
#804BDB (or 0x804BDB) is known color: Slate Blue. HEX triplet: 80, 4B and DB. RGB value is (128,75,219). Sum of RGB (Red+Green+Blue) = 128+75+219=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 75 (29.69% from 255 or 17.77% 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 #804BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BDB is #7FB424. Grayscale: #6A6A6A. Windows color (decimal): -8369189 or 14371712. OLE color: 14371712.
HSL color Cylindrical-coordinate representation of color #804BDB: hue angle of 262.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804BDB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 75 | 219 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.14 |
| HSL | 262.08º | 0.67% | 0.58% | - |
| HSV(B) | 262.08º | 0.66% | 0.86% | - |
| XYZ | 24.2 | 14.74 | 68.59 | - |
| YUV | 107.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 219 | 0.42 | 0.66 | 0 | 0.14 | 262.08 | 0.67 | 0.58 |
| Hex | 80 | 4B | DB | 2A | 42 | 0 | E | 106 | 43 | 3A |
| Octal | 200 | 113 | 333 | 52 | 102 | 0 | 16 | 406 | 103 | 72 |
| Binary | 10000000 | 1001011 | 11011011 | 101010 | 1000010 | 0 | 1110 | 100000110 | 1000011 | 111010 |
Color Harmonies of #804BDB
Complementary color
Monochromatic Colors of #804BDB
Black with #804BDB
Text Example
Text Example
White with #804BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BDB; }
p { color: rgb(128,75,219); }
H1.HeaderClassName
{
color: #804BDB;
}
.AnyTagClassName
{
color: #804BDB;
}
</style>
background-color css
<style>
a { background-color: #804BDB; }
a { background-color: rgb(128,75,219); }
div.DivClassName
{
background-color: #804BDB;
}
.BgClassName
{
background-color: #804BDB;
}
</style>
border-color css
<style>
span { border-color: #804BDB; }
span { border-color: rgb(128,75,219); }
td.TdClassName
{
border-color: #804BDB;
}
.TagClassName
{
border-color: #804BDB;
}
</style>