Shades of Slate Blue #804DCE
Tints of Slate Blue #804DCE
RGB
CMYK
RGB Variations
Color information
#804DCE (or 0x804DCE) is known color: Slate Blue. HEX triplet: 80, 4D and CE. RGB value is (128,77,206). Sum of RGB (Red+Green+Blue) = 128+77+206=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #804DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DCE is #7FB231. Grayscale: #6A6A6A. Windows color (decimal): -8368690 or 13520256. OLE color: 13520256.
HSL color Cylindrical-coordinate representation of color #804DCE: hue angle of 263.72º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #804DCE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 77 | 206 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.19 |
| HSL | 263.72º | 0.57% | 0.55% | - |
| HSV(B) | 263.72º | 0.63% | 0.81% | - |
| XYZ | 22.7 | 14.35 | 59.97 | - |
| YUV | 106.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 206 | 0.38 | 0.63 | 0 | 0.19 | 263.72 | 0.57 | 0.55 |
| Hex | 80 | 4D | CE | 26 | 3F | 0 | 13 | 108 | 39 | 37 |
| Octal | 200 | 115 | 316 | 46 | 77 | 0 | 23 | 410 | 71 | 67 |
| Binary | 10000000 | 1001101 | 11001110 | 100110 | 111111 | 0 | 10011 | 100001000 | 111001 | 110111 |
Color Harmonies of #804DCE
Complementary color
Monochromatic Colors of #804DCE
Black with #804DCE
Text Example
Text Example
White with #804DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DCE; }
p { color: rgb(128,77,206); }
H1.HeaderClassName
{
color: #804DCE;
}
.AnyTagClassName
{
color: #804DCE;
}
</style>
background-color css
<style>
a { background-color: #804DCE; }
a { background-color: rgb(128,77,206); }
div.DivClassName
{
background-color: #804DCE;
}
.BgClassName
{
background-color: #804DCE;
}
</style>
border-color css
<style>
span { border-color: #804DCE; }
span { border-color: rgb(128,77,206); }
td.TdClassName
{
border-color: #804DCE;
}
.TagClassName
{
border-color: #804DCE;
}
</style>