Shades of Slate Blue #804DCD
Tints of Slate Blue #804DCD
RGB
CMYK
RGB Variations
Color information
#804DCD (or 0x804DCD) is known color: Slate Blue. HEX triplet: 80, 4D and CD. RGB value is (128,77,205). Sum of RGB (Red+Green+Blue) = 128+77+205=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #804DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DCD is #7FB232. Grayscale: #6A6A6A. Windows color (decimal): -8368691 or 13454720. OLE color: 13454720.
HSL color Cylindrical-coordinate representation of color #804DCD: hue angle of 263.91º degrees, saturation: 0.56, 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 #804DCD is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 77 | 205 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.20 |
| HSL | 263.91º | 0.56% | 0.55% | - |
| HSV(B) | 263.91º | 0.62% | 0.8% | - |
| XYZ | 22.58 | 14.3 | 59.33 | - |
| YUV | 106.84 | 183.4 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 205 | 0.38 | 0.62 | 0 | 0.20 | 263.91 | 0.56 | 0.55 |
| Hex | 80 | 4D | CD | 26 | 3E | 0 | 14 | 108 | 38 | 37 |
| Octal | 200 | 115 | 315 | 46 | 76 | 0 | 24 | 410 | 70 | 67 |
| Binary | 10000000 | 1001101 | 11001101 | 100110 | 111110 | 0 | 10100 | 100001000 | 111000 | 110111 |
Color Harmonies of #804DCD
Complementary color
Monochromatic Colors of #804DCD
Black with #804DCD
Text Example
Text Example
White with #804DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DCD; }
p { color: rgb(128,77,205); }
H1.HeaderClassName
{
color: #804DCD;
}
.AnyTagClassName
{
color: #804DCD;
}
</style>
background-color css
<style>
a { background-color: #804DCD; }
a { background-color: rgb(128,77,205); }
div.DivClassName
{
background-color: #804DCD;
}
.BgClassName
{
background-color: #804DCD;
}
</style>
border-color css
<style>
span { border-color: #804DCD; }
span { border-color: rgb(128,77,205); }
td.TdClassName
{
border-color: #804DCD;
}
.TagClassName
{
border-color: #804DCD;
}
</style>