Shades of Slate Blue #824ED3
Tints of Slate Blue #824ED3
RGB
CMYK
RGB Variations
Color information
#824ED3 (or 0x824ED3) is known color: Slate Blue. HEX triplet: 82, 4E and D3. RGB value is (130,78,211). Sum of RGB (Red+Green+Blue) = 130+78+211=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #824ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ED3 is #7DB12C. Grayscale: #6C6C6C. Windows color (decimal): -8237357 or 13848194. OLE color: 13848194.
HSL color Cylindrical-coordinate representation of color #824ED3: hue angle of 263.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824ED3 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 78 | 211 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.17 |
| HSL | 263.46º | 0.6% | 0.57% | - |
| HSV(B) | 263.46º | 0.63% | 0.83% | - |
| XYZ | 23.69 | 14.9 | 63.26 | - |
| YUV | 108.71 | 185.73 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 211 | 0.38 | 0.63 | 0 | 0.17 | 263.46 | 0.6 | 0.57 |
| Hex | 82 | 4E | D3 | 26 | 3F | 0 | 11 | 107 | 3C | 39 |
| Octal | 202 | 116 | 323 | 46 | 77 | 0 | 21 | 407 | 74 | 71 |
| Binary | 10000010 | 1001110 | 11010011 | 100110 | 111111 | 0 | 10001 | 100000111 | 111100 | 111001 |
Color Harmonies of #824ED3
Complementary color
Monochromatic Colors of #824ED3
Black with #824ED3
Text Example
Text Example
White with #824ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ED3; }
p { color: rgb(130,78,211); }
H1.HeaderClassName
{
color: #824ED3;
}
.AnyTagClassName
{
color: #824ED3;
}
</style>
background-color css
<style>
a { background-color: #824ED3; }
a { background-color: rgb(130,78,211); }
div.DivClassName
{
background-color: #824ED3;
}
.BgClassName
{
background-color: #824ED3;
}
</style>
border-color css
<style>
span { border-color: #824ED3; }
span { border-color: rgb(130,78,211); }
td.TdClassName
{
border-color: #824ED3;
}
.TagClassName
{
border-color: #824ED3;
}
</style>