Shades of Slate Blue #804ECC
Tints of Slate Blue #804ECC
RGB
CMYK
RGB Variations
Color information
#804ECC (or 0x804ECC) is known color: Slate Blue. HEX triplet: 80, 4E and CC. RGB value is (128,78,204). Sum of RGB (Red+Green+Blue) = 128+78+204=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #804ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804ECC is #7FB133. Grayscale: #6A6A6A. Windows color (decimal): -8368436 or 13389440. OLE color: 13389440.
HSL color Cylindrical-coordinate representation of color #804ECC: hue angle of 263.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804ECC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 78 | 204 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.2 |
| HSL | 263.81º | 0.55% | 0.55% | - |
| HSV(B) | 263.81º | 0.62% | 0.8% | - |
| XYZ | 22.53 | 14.4 | 58.72 | - |
| YUV | 107.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 204 | 0.37 | 0.62 | 0 | 0.2 | 263.81 | 0.55 | 0.55 |
| Hex | 80 | 4E | CC | 25 | 3E | 0 | 14 | 108 | 37 | 37 |
| Octal | 200 | 116 | 314 | 45 | 76 | 0 | 24 | 410 | 67 | 67 |
| Binary | 10000000 | 1001110 | 11001100 | 100101 | 111110 | 0 | 10100 | 100001000 | 110111 | 110111 |
Color Harmonies of #804ECC
Complementary color
Monochromatic Colors of #804ECC
Black with #804ECC
Text Example
Text Example
White with #804ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ECC; }
p { color: rgb(128,78,204); }
H1.HeaderClassName
{
color: #804ECC;
}
.AnyTagClassName
{
color: #804ECC;
}
</style>
background-color css
<style>
a { background-color: #804ECC; }
a { background-color: rgb(128,78,204); }
div.DivClassName
{
background-color: #804ECC;
}
.BgClassName
{
background-color: #804ECC;
}
</style>
border-color css
<style>
span { border-color: #804ECC; }
span { border-color: rgb(128,78,204); }
td.TdClassName
{
border-color: #804ECC;
}
.TagClassName
{
border-color: #804ECC;
}
</style>