Shades of Slate Blue #804BCD
Tints of Slate Blue #804BCD
RGB
CMYK
RGB Variations
Color information
#804BCD (or 0x804BCD) is known color: Slate Blue. HEX triplet: 80, 4B and CD. RGB value is (128,75,205). Sum of RGB (Red+Green+Blue) = 128+75+205=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #804BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BCD is #7FB432. Grayscale: #696969. Windows color (decimal): -8369203 or 13454208. OLE color: 13454208.
HSL color Cylindrical-coordinate representation of color #804BCD: hue angle of 264.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #804BCD is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 75 | 205 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.20 |
| HSL | 264.46º | 0.57% | 0.55% | - |
| HSV(B) | 264.46º | 0.63% | 0.8% | - |
| XYZ | 22.44 | 14.03 | 59.28 | - |
| YUV | 105.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 205 | 0.38 | 0.63 | 0 | 0.20 | 264.46 | 0.57 | 0.55 |
| Hex | 80 | 4B | CD | 26 | 3F | 0 | 14 | 108 | 39 | 37 |
| Octal | 200 | 113 | 315 | 46 | 77 | 0 | 24 | 410 | 71 | 67 |
| Binary | 10000000 | 1001011 | 11001101 | 100110 | 111111 | 0 | 10100 | 100001000 | 111001 | 110111 |
Color Harmonies of #804BCD
Complementary color
Monochromatic Colors of #804BCD
Black with #804BCD
Text Example
Text Example
White with #804BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BCD; }
p { color: rgb(128,75,205); }
H1.HeaderClassName
{
color: #804BCD;
}
.AnyTagClassName
{
color: #804BCD;
}
</style>
background-color css
<style>
a { background-color: #804BCD; }
a { background-color: rgb(128,75,205); }
div.DivClassName
{
background-color: #804BCD;
}
.BgClassName
{
background-color: #804BCD;
}
</style>
border-color css
<style>
span { border-color: #804BCD; }
span { border-color: rgb(128,75,205); }
td.TdClassName
{
border-color: #804BCD;
}
.TagClassName
{
border-color: #804BCD;
}
</style>