Shades of Slate Blue #804EDE
Tints of Slate Blue #804EDE
RGB
CMYK
RGB Variations
Color information
#804EDE (or 0x804EDE) is known color: Slate Blue. HEX triplet: 80, 4E and DE. RGB value is (128,78,222). Sum of RGB (Red+Green+Blue) = 128+78+222=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #804EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EDE is #7FB121. Grayscale: #6C6C6C. Windows color (decimal): -8368418 or 14569088. OLE color: 14569088.
HSL color Cylindrical-coordinate representation of color #804EDE: hue angle of 260.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804EDE is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 78 | 222 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.13 |
| HSL | 260.83º | 0.69% | 0.59% | - |
| HSV(B) | 260.83º | 0.65% | 0.87% | - |
| XYZ | 24.81 | 15.31 | 70.76 | - |
| YUV | 109.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 222 | 0.42 | 0.65 | 0 | 0.13 | 260.83 | 0.69 | 0.59 |
| Hex | 80 | 4E | DE | 2A | 41 | 0 | D | 105 | 45 | 3B |
| Octal | 200 | 116 | 336 | 52 | 101 | 0 | 15 | 405 | 105 | 73 |
| Binary | 10000000 | 1001110 | 11011110 | 101010 | 1000001 | 0 | 1101 | 100000101 | 1000101 | 111011 |
Color Harmonies of #804EDE
Complementary color
Monochromatic Colors of #804EDE
Black with #804EDE
Text Example
Text Example
White with #804EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EDE; }
p { color: rgb(128,78,222); }
H1.HeaderClassName
{
color: #804EDE;
}
.AnyTagClassName
{
color: #804EDE;
}
</style>
background-color css
<style>
a { background-color: #804EDE; }
a { background-color: rgb(128,78,222); }
div.DivClassName
{
background-color: #804EDE;
}
.BgClassName
{
background-color: #804EDE;
}
</style>
border-color css
<style>
span { border-color: #804EDE; }
span { border-color: rgb(128,78,222); }
td.TdClassName
{
border-color: #804EDE;
}
.TagClassName
{
border-color: #804EDE;
}
</style>