Shades of Slate Blue #824EDD
Tints of Slate Blue #824EDD
RGB
CMYK
RGB Variations
Color information
#824EDD (or 0x824EDD) is known color: Slate Blue. HEX triplet: 82, 4E and DD. RGB value is (130,78,221). Sum of RGB (Red+Green+Blue) = 130+78+221=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #824EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EDD is #7DB122. Grayscale: #6D6D6D. Windows color (decimal): -8237347 or 14503554. OLE color: 14503554.
HSL color Cylindrical-coordinate representation of color #824EDD: hue angle of 261.82º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824EDD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 78 | 221 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.13 |
| HSL | 261.82º | 0.68% | 0.59% | - |
| HSV(B) | 261.82º | 0.65% | 0.87% | - |
| XYZ | 24.98 | 15.42 | 70.07 | - |
| YUV | 109.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 221 | 0.41 | 0.65 | 0 | 0.13 | 261.82 | 0.68 | 0.59 |
| Hex | 82 | 4E | DD | 29 | 41 | 0 | D | 106 | 44 | 3B |
| Octal | 202 | 116 | 335 | 51 | 101 | 0 | 15 | 406 | 104 | 73 |
| Binary | 10000010 | 1001110 | 11011101 | 101001 | 1000001 | 0 | 1101 | 100000110 | 1000100 | 111011 |
Color Harmonies of #824EDD
Complementary color
Monochromatic Colors of #824EDD
Black with #824EDD
Text Example
Text Example
White with #824EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EDD; }
p { color: rgb(130,78,221); }
H1.HeaderClassName
{
color: #824EDD;
}
.AnyTagClassName
{
color: #824EDD;
}
</style>
background-color css
<style>
a { background-color: #824EDD; }
a { background-color: rgb(130,78,221); }
div.DivClassName
{
background-color: #824EDD;
}
.BgClassName
{
background-color: #824EDD;
}
</style>
border-color css
<style>
span { border-color: #824EDD; }
span { border-color: rgb(130,78,221); }
td.TdClassName
{
border-color: #824EDD;
}
.TagClassName
{
border-color: #824EDD;
}
</style>