Shades of Slate Blue #824DDD
Tints of Slate Blue #824DDD
RGB
CMYK
RGB Variations
Color information
#824DDD (or 0x824DDD) is known color: Slate Blue. HEX triplet: 82, 4D and DD. RGB value is (130,77,221). Sum of RGB (Red+Green+Blue) = 130+77+221=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #824DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DDD is #7DB222. Grayscale: #6C6C6C. Windows color (decimal): -8237603 or 14503298. OLE color: 14503298.
HSL color Cylindrical-coordinate representation of color #824DDD: hue angle of 262.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824DDD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 77 | 221 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.13 |
| HSL | 262.08º | 0.68% | 0.58% | - |
| HSV(B) | 262.08º | 0.65% | 0.87% | - |
| XYZ | 24.91 | 15.27 | 70.04 | - |
| YUV | 109.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 221 | 0.41 | 0.65 | 0 | 0.13 | 262.08 | 0.68 | 0.58 |
| Hex | 82 | 4D | DD | 29 | 41 | 0 | D | 106 | 44 | 3A |
| Octal | 202 | 115 | 335 | 51 | 101 | 0 | 15 | 406 | 104 | 72 |
| Binary | 10000010 | 1001101 | 11011101 | 101001 | 1000001 | 0 | 1101 | 100000110 | 1000100 | 111010 |
Color Harmonies of #824DDD
Complementary color
Monochromatic Colors of #824DDD
Black with #824DDD
Text Example
Text Example
White with #824DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DDD; }
p { color: rgb(130,77,221); }
H1.HeaderClassName
{
color: #824DDD;
}
.AnyTagClassName
{
color: #824DDD;
}
</style>
background-color css
<style>
a { background-color: #824DDD; }
a { background-color: rgb(130,77,221); }
div.DivClassName
{
background-color: #824DDD;
}
.BgClassName
{
background-color: #824DDD;
}
</style>
border-color css
<style>
span { border-color: #824DDD; }
span { border-color: rgb(130,77,221); }
td.TdClassName
{
border-color: #824DDD;
}
.TagClassName
{
border-color: #824DDD;
}
</style>