Shades of Slate Blue #804DDA
Tints of Slate Blue #804DDA
RGB
CMYK
RGB Variations
Color information
#804DDA (or 0x804DDA) is known color: Slate Blue. HEX triplet: 80, 4D and DA. RGB value is (128,77,218). Sum of RGB (Red+Green+Blue) = 128+77+218=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #804DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DDA is #7FB225. Grayscale: #6B6B6B. Windows color (decimal): -8368678 or 14306688. OLE color: 14306688.
HSL color Cylindrical-coordinate representation of color #804DDA: hue angle of 261.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804DDA is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 77 | 218 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.15 |
| HSL | 261.7º | 0.66% | 0.58% | - |
| HSV(B) | 261.7º | 0.65% | 0.85% | - |
| XYZ | 24.21 | 14.96 | 67.94 | - |
| YUV | 108.32 | 189.9 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 218 | 0.41 | 0.65 | 0 | 0.15 | 261.7 | 0.66 | 0.58 |
| Hex | 80 | 4D | DA | 29 | 41 | 0 | F | 106 | 42 | 3A |
| Octal | 200 | 115 | 332 | 51 | 101 | 0 | 17 | 406 | 102 | 72 |
| Binary | 10000000 | 1001101 | 11011010 | 101001 | 1000001 | 0 | 1111 | 100000110 | 1000010 | 111010 |
Color Harmonies of #804DDA
Complementary color
Monochromatic Colors of #804DDA
Black with #804DDA
Text Example
Text Example
White with #804DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DDA; }
p { color: rgb(128,77,218); }
H1.HeaderClassName
{
color: #804DDA;
}
.AnyTagClassName
{
color: #804DDA;
}
</style>
background-color css
<style>
a { background-color: #804DDA; }
a { background-color: rgb(128,77,218); }
div.DivClassName
{
background-color: #804DDA;
}
.BgClassName
{
background-color: #804DDA;
}
</style>
border-color css
<style>
span { border-color: #804DDA; }
span { border-color: rgb(128,77,218); }
td.TdClassName
{
border-color: #804DDA;
}
.TagClassName
{
border-color: #804DDA;
}
</style>