Shades of Slate Blue #804CDB
Tints of Slate Blue #804CDB
RGB
CMYK
RGB Variations
Color information
#804CDB (or 0x804CDB) is known color: Slate Blue. HEX triplet: 80, 4C and DB. RGB value is (128,76,219). Sum of RGB (Red+Green+Blue) = 128+76+219=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #804CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CDB is #7FB324. Grayscale: #6B6B6B. Windows color (decimal): -8368933 or 14371968. OLE color: 14371968.
HSL color Cylindrical-coordinate representation of color #804CDB: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804CDB is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 76 | 219 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.14 |
| HSL | 261.82º | 0.67% | 0.58% | - |
| HSV(B) | 261.82º | 0.65% | 0.86% | - |
| XYZ | 24.27 | 14.87 | 68.61 | - |
| YUV | 107.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 219 | 0.42 | 0.65 | 0 | 0.14 | 261.82 | 0.67 | 0.58 |
| Hex | 80 | 4C | DB | 2A | 41 | 0 | E | 106 | 43 | 3A |
| Octal | 200 | 114 | 333 | 52 | 101 | 0 | 16 | 406 | 103 | 72 |
| Binary | 10000000 | 1001100 | 11011011 | 101010 | 1000001 | 0 | 1110 | 100000110 | 1000011 | 111010 |
Color Harmonies of #804CDB
Complementary color
Monochromatic Colors of #804CDB
Black with #804CDB
Text Example
Text Example
White with #804CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CDB; }
p { color: rgb(128,76,219); }
H1.HeaderClassName
{
color: #804CDB;
}
.AnyTagClassName
{
color: #804CDB;
}
</style>
background-color css
<style>
a { background-color: #804CDB; }
a { background-color: rgb(128,76,219); }
div.DivClassName
{
background-color: #804CDB;
}
.BgClassName
{
background-color: #804CDB;
}
</style>
border-color css
<style>
span { border-color: #804CDB; }
span { border-color: rgb(128,76,219); }
td.TdClassName
{
border-color: #804CDB;
}
.TagClassName
{
border-color: #804CDB;
}
</style>