Shades of Slate Blue #804EC9
Tints of Slate Blue #804EC9
RGB
CMYK
RGB Variations
Color information
#804EC9 (or 0x804EC9) is known color: Slate Blue. HEX triplet: 80, 4E and C9. RGB value is (128,78,201). Sum of RGB (Red+Green+Blue) = 128+78+201=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #804EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EC9 is #7FB136. Grayscale: #6A6A6A. Windows color (decimal): -8368439 or 13192832. OLE color: 13192832.
HSL color Cylindrical-coordinate representation of color #804EC9: hue angle of 264.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804EC9 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 78 | 201 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.21 |
| HSL | 264.39º | 0.53% | 0.55% | - |
| HSV(B) | 264.39º | 0.61% | 0.79% | - |
| XYZ | 22.17 | 14.26 | 56.84 | - |
| YUV | 106.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 201 | 0.36 | 0.61 | 0 | 0.21 | 264.39 | 0.53 | 0.55 |
| Hex | 80 | 4E | C9 | 24 | 3D | 0 | 15 | 108 | 35 | 37 |
| Octal | 200 | 116 | 311 | 44 | 75 | 0 | 25 | 410 | 65 | 67 |
| Binary | 10000000 | 1001110 | 11001001 | 100100 | 111101 | 0 | 10101 | 100001000 | 110101 | 110111 |
Color Harmonies of #804EC9
Complementary color
Monochromatic Colors of #804EC9
Black with #804EC9
Text Example
Text Example
White with #804EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EC9; }
p { color: rgb(128,78,201); }
H1.HeaderClassName
{
color: #804EC9;
}
.AnyTagClassName
{
color: #804EC9;
}
</style>
background-color css
<style>
a { background-color: #804EC9; }
a { background-color: rgb(128,78,201); }
div.DivClassName
{
background-color: #804EC9;
}
.BgClassName
{
background-color: #804EC9;
}
</style>
border-color css
<style>
span { border-color: #804EC9; }
span { border-color: rgb(128,78,201); }
td.TdClassName
{
border-color: #804EC9;
}
.TagClassName
{
border-color: #804EC9;
}
</style>