Shades of Slate Blue #804EC8
Tints of Slate Blue #804EC8
RGB
CMYK
RGB Variations
Color information
#804EC8 (or 0x804EC8) is known color: Slate Blue. HEX triplet: 80, 4E and C8. RGB value is (128,78,200). Sum of RGB (Red+Green+Blue) = 128+78+200=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #804EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EC8 is #7FB137. Grayscale: #6A6A6A. Windows color (decimal): -8368440 or 13127296. OLE color: 13127296.
HSL color Cylindrical-coordinate representation of color #804EC8: hue angle of 264.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804EC8 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 78 | 200 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.22 |
| HSL | 264.59º | 0.53% | 0.55% | - |
| HSV(B) | 264.59º | 0.61% | 0.78% | - |
| XYZ | 22.05 | 14.21 | 56.22 | - |
| YUV | 106.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 200 | 0.36 | 0.61 | 0 | 0.22 | 264.59 | 0.53 | 0.55 |
| Hex | 80 | 4E | C8 | 24 | 3D | 0 | 16 | 109 | 35 | 37 |
| Octal | 200 | 116 | 310 | 44 | 75 | 0 | 26 | 411 | 65 | 67 |
| Binary | 10000000 | 1001110 | 11001000 | 100100 | 111101 | 0 | 10110 | 100001001 | 110101 | 110111 |
Color Harmonies of #804EC8
Complementary color
Monochromatic Colors of #804EC8
Black with #804EC8
Text Example
Text Example
White with #804EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EC8; }
p { color: rgb(128,78,200); }
H1.HeaderClassName
{
color: #804EC8;
}
.AnyTagClassName
{
color: #804EC8;
}
</style>
background-color css
<style>
a { background-color: #804EC8; }
a { background-color: rgb(128,78,200); }
div.DivClassName
{
background-color: #804EC8;
}
.BgClassName
{
background-color: #804EC8;
}
</style>
border-color css
<style>
span { border-color: #804EC8; }
span { border-color: rgb(128,78,200); }
td.TdClassName
{
border-color: #804EC8;
}
.TagClassName
{
border-color: #804EC8;
}
</style>