Shades of Slate Blue #804EDB
Tints of Slate Blue #804EDB
RGB
CMYK
RGB Variations
Color information
#804EDB (or 0x804EDB) is known color: Slate Blue. HEX triplet: 80, 4E and DB. RGB value is (128,78,219). Sum of RGB (Red+Green+Blue) = 128+78+219=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #804EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EDB is #7FB124. Grayscale: #6C6C6C. Windows color (decimal): -8368421 or 14372480. OLE color: 14372480.
HSL color Cylindrical-coordinate representation of color #804EDB: hue angle of 261.28º 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 #804EDB is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 78 | 219 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.14 |
| HSL | 261.28º | 0.66% | 0.58% | - |
| HSV(B) | 261.28º | 0.64% | 0.86% | - |
| XYZ | 24.41 | 15.15 | 68.66 | - |
| YUV | 109.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 219 | 0.42 | 0.64 | 0 | 0.14 | 261.28 | 0.66 | 0.58 |
| Hex | 80 | 4E | DB | 2A | 40 | 0 | E | 105 | 42 | 3A |
| Octal | 200 | 116 | 333 | 52 | 100 | 0 | 16 | 405 | 102 | 72 |
| Binary | 10000000 | 1001110 | 11011011 | 101010 | 1000000 | 0 | 1110 | 100000101 | 1000010 | 111010 |
Color Harmonies of #804EDB
Complementary color
Monochromatic Colors of #804EDB
Black with #804EDB
Text Example
Text Example
White with #804EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EDB; }
p { color: rgb(128,78,219); }
H1.HeaderClassName
{
color: #804EDB;
}
.AnyTagClassName
{
color: #804EDB;
}
</style>
background-color css
<style>
a { background-color: #804EDB; }
a { background-color: rgb(128,78,219); }
div.DivClassName
{
background-color: #804EDB;
}
.BgClassName
{
background-color: #804EDB;
}
</style>
border-color css
<style>
span { border-color: #804EDB; }
span { border-color: rgb(128,78,219); }
td.TdClassName
{
border-color: #804EDB;
}
.TagClassName
{
border-color: #804EDB;
}
</style>