Shades of Slate Blue #804FDB
Tints of Slate Blue #804FDB
RGB
CMYK
RGB Variations
Color information
#804FDB (or 0x804FDB) is known color: Slate Blue. HEX triplet: 80, 4F and DB. RGB value is (128,79,219). Sum of RGB (Red+Green+Blue) = 128+79+219=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #804FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FDB is #7FB024. Grayscale: #6D6D6D. Windows color (decimal): -8368165 or 14372736. OLE color: 14372736.
HSL color Cylindrical-coordinate representation of color #804FDB: hue angle of 261º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804FDB is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 79 | 219 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.14 |
| HSL | 261º | 0.66% | 0.58% | - |
| HSV(B) | 261º | 0.64% | 0.86% | - |
| XYZ | 24.48 | 15.3 | 68.68 | - |
| YUV | 109.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 219 | 0.42 | 0.64 | 0 | 0.14 | 261 | 0.66 | 0.58 |
| Hex | 80 | 4F | DB | 2A | 40 | 0 | E | 105 | 42 | 3A |
| Octal | 200 | 117 | 333 | 52 | 100 | 0 | 16 | 405 | 102 | 72 |
| Binary | 10000000 | 1001111 | 11011011 | 101010 | 1000000 | 0 | 1110 | 100000101 | 1000010 | 111010 |
Color Harmonies of #804FDB
Complementary color
Monochromatic Colors of #804FDB
Black with #804FDB
Text Example
Text Example
White with #804FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FDB; }
p { color: rgb(128,79,219); }
H1.HeaderClassName
{
color: #804FDB;
}
.AnyTagClassName
{
color: #804FDB;
}
</style>
background-color css
<style>
a { background-color: #804FDB; }
a { background-color: rgb(128,79,219); }
div.DivClassName
{
background-color: #804FDB;
}
.BgClassName
{
background-color: #804FDB;
}
</style>
border-color css
<style>
span { border-color: #804FDB; }
span { border-color: rgb(128,79,219); }
td.TdClassName
{
border-color: #804FDB;
}
.TagClassName
{
border-color: #804FDB;
}
</style>