Shades of Slate Blue #804BCE
Tints of Slate Blue #804BCE
RGB
CMYK
RGB Variations
Color information
#804BCE (or 0x804BCE) is known color: Slate Blue. HEX triplet: 80, 4B and CE. RGB value is (128,75,206). Sum of RGB (Red+Green+Blue) = 128+75+206=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #804BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BCE is #7FB431. Grayscale: #696969. Windows color (decimal): -8369202 or 13519744. OLE color: 13519744.
HSL color Cylindrical-coordinate representation of color #804BCE: hue angle of 264.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804BCE is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 75 | 206 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.19 |
| HSL | 264.27º | 0.57% | 0.55% | - |
| HSV(B) | 264.27º | 0.64% | 0.81% | - |
| XYZ | 22.56 | 14.08 | 59.92 | - |
| YUV | 105.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 206 | 0.38 | 0.64 | 0 | 0.19 | 264.27 | 0.57 | 0.55 |
| Hex | 80 | 4B | CE | 26 | 40 | 0 | 13 | 108 | 39 | 37 |
| Octal | 200 | 113 | 316 | 46 | 100 | 0 | 23 | 410 | 71 | 67 |
| Binary | 10000000 | 1001011 | 11001110 | 100110 | 1000000 | 0 | 10011 | 100001000 | 111001 | 110111 |
Color Harmonies of #804BCE
Complementary color
Monochromatic Colors of #804BCE
Black with #804BCE
Text Example
Text Example
White with #804BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BCE; }
p { color: rgb(128,75,206); }
H1.HeaderClassName
{
color: #804BCE;
}
.AnyTagClassName
{
color: #804BCE;
}
</style>
background-color css
<style>
a { background-color: #804BCE; }
a { background-color: rgb(128,75,206); }
div.DivClassName
{
background-color: #804BCE;
}
.BgClassName
{
background-color: #804BCE;
}
</style>
border-color css
<style>
span { border-color: #804BCE; }
span { border-color: rgb(128,75,206); }
td.TdClassName
{
border-color: #804BCE;
}
.TagClassName
{
border-color: #804BCE;
}
</style>