Shades of Slate Blue #804CCD
Tints of Slate Blue #804CCD
RGB
CMYK
RGB Variations
Color information
#804CCD (or 0x804CCD) is known color: Slate Blue. HEX triplet: 80, 4C and CD. RGB value is (128,76,205). Sum of RGB (Red+Green+Blue) = 128+76+205=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #804CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CCD is #7FB332. Grayscale: #696969. Windows color (decimal): -8368947 or 13454464. OLE color: 13454464.
HSL color Cylindrical-coordinate representation of color #804CCD: hue angle of 264.19º degrees, saturation: 0.56, 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 #804CCD is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 76 | 205 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.20 |
| HSL | 264.19º | 0.56% | 0.55% | - |
| HSV(B) | 264.19º | 0.63% | 0.8% | - |
| XYZ | 22.51 | 14.17 | 59.31 | - |
| YUV | 106.25 | 183.73 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 205 | 0.38 | 0.63 | 0 | 0.20 | 264.19 | 0.56 | 0.55 |
| Hex | 80 | 4C | CD | 26 | 3F | 0 | 14 | 108 | 38 | 37 |
| Octal | 200 | 114 | 315 | 46 | 77 | 0 | 24 | 410 | 70 | 67 |
| Binary | 10000000 | 1001100 | 11001101 | 100110 | 111111 | 0 | 10100 | 100001000 | 111000 | 110111 |
Color Harmonies of #804CCD
Complementary color
Monochromatic Colors of #804CCD
Black with #804CCD
Text Example
Text Example
White with #804CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CCD; }
p { color: rgb(128,76,205); }
H1.HeaderClassName
{
color: #804CCD;
}
.AnyTagClassName
{
color: #804CCD;
}
</style>
background-color css
<style>
a { background-color: #804CCD; }
a { background-color: rgb(128,76,205); }
div.DivClassName
{
background-color: #804CCD;
}
.BgClassName
{
background-color: #804CCD;
}
</style>
border-color css
<style>
span { border-color: #804CCD; }
span { border-color: rgb(128,76,205); }
td.TdClassName
{
border-color: #804CCD;
}
.TagClassName
{
border-color: #804CCD;
}
</style>