Shades of Slate Blue #804ECB
Tints of Slate Blue #804ECB
RGB
CMYK
RGB Variations
Color information
#804ECB (or 0x804ECB) is known color: Slate Blue. HEX triplet: 80, 4E and CB. RGB value is (128,78,203). Sum of RGB (Red+Green+Blue) = 128+78+203=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #804ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804ECB is #7FB134. Grayscale: #6A6A6A. Windows color (decimal): -8368437 or 13323904. OLE color: 13323904.
HSL color Cylindrical-coordinate representation of color #804ECB: hue angle of 264º 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 #804ECB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 78 | 203 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.20 |
| HSL | 264º | 0.55% | 0.55% | - |
| HSV(B) | 264º | 0.62% | 0.8% | - |
| XYZ | 22.41 | 14.35 | 58.09 | - |
| YUV | 107.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 203 | 0.37 | 0.62 | 0 | 0.20 | 264 | 0.55 | 0.55 |
| Hex | 80 | 4E | CB | 25 | 3E | 0 | 14 | 108 | 37 | 37 |
| Octal | 200 | 116 | 313 | 45 | 76 | 0 | 24 | 410 | 67 | 67 |
| Binary | 10000000 | 1001110 | 11001011 | 100101 | 111110 | 0 | 10100 | 100001000 | 110111 | 110111 |
Color Harmonies of #804ECB
Complementary color
Monochromatic Colors of #804ECB
Black with #804ECB
Text Example
Text Example
White with #804ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ECB; }
p { color: rgb(128,78,203); }
H1.HeaderClassName
{
color: #804ECB;
}
.AnyTagClassName
{
color: #804ECB;
}
</style>
background-color css
<style>
a { background-color: #804ECB; }
a { background-color: rgb(128,78,203); }
div.DivClassName
{
background-color: #804ECB;
}
.BgClassName
{
background-color: #804ECB;
}
</style>
border-color css
<style>
span { border-color: #804ECB; }
span { border-color: rgb(128,78,203); }
td.TdClassName
{
border-color: #804ECB;
}
.TagClassName
{
border-color: #804ECB;
}
</style>