Shades of Slate Blue #804DDC
Tints of Slate Blue #804DDC
RGB
CMYK
RGB Variations
Color information
#804DDC (or 0x804DDC) is known color: Slate Blue. HEX triplet: 80, 4D and DC. RGB value is (128,77,220). Sum of RGB (Red+Green+Blue) = 128+77+220=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #804DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DDC is #7FB223. Grayscale: #6C6C6C. Windows color (decimal): -8368676 or 14437760. OLE color: 14437760.
HSL color Cylindrical-coordinate representation of color #804DDC: hue angle of 261.4º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804DDC is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 77 | 220 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.14 |
| HSL | 261.4º | 0.67% | 0.58% | - |
| HSV(B) | 261.4º | 0.65% | 0.86% | - |
| XYZ | 24.47 | 15.06 | 69.33 | - |
| YUV | 108.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 220 | 0.42 | 0.65 | 0 | 0.14 | 261.4 | 0.67 | 0.58 |
| Hex | 80 | 4D | DC | 2A | 41 | 0 | E | 105 | 43 | 3A |
| Octal | 200 | 115 | 334 | 52 | 101 | 0 | 16 | 405 | 103 | 72 |
| Binary | 10000000 | 1001101 | 11011100 | 101010 | 1000001 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #804DDC
Complementary color
Monochromatic Colors of #804DDC
Black with #804DDC
Text Example
Text Example
White with #804DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DDC; }
p { color: rgb(128,77,220); }
H1.HeaderClassName
{
color: #804DDC;
}
.AnyTagClassName
{
color: #804DDC;
}
</style>
background-color css
<style>
a { background-color: #804DDC; }
a { background-color: rgb(128,77,220); }
div.DivClassName
{
background-color: #804DDC;
}
.BgClassName
{
background-color: #804DDC;
}
</style>
border-color css
<style>
span { border-color: #804DDC; }
span { border-color: rgb(128,77,220); }
td.TdClassName
{
border-color: #804DDC;
}
.TagClassName
{
border-color: #804DDC;
}
</style>