Shades of Medium Slate Blue #824EEB
Tints of Medium Slate Blue #824EEB
RGB
CMYK
RGB Variations
Color information
#824EEB (or 0x824EEB) is known color: Medium Slate Blue. HEX triplet: 82, 4E and EB. RGB value is (130,78,235). Sum of RGB (Red+Green+Blue) = 130+78+235=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #824EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EEB is #7DB114. Grayscale: #6E6E6E. Windows color (decimal): -8237333 or 15421058. OLE color: 15421058.
HSL color Cylindrical-coordinate representation of color #824EEB: hue angle of 259.87º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824EEB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 78 | 235 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.08 |
| HSL | 259.87º | 0.8% | 0.61% | - |
| HSV(B) | 259.87º | 0.67% | 0.92% | - |
| XYZ | 26.93 | 16.19 | 80.3 | - |
| YUV | 111.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 235 | 0.45 | 0.67 | 0 | 0.08 | 259.87 | 0.8 | 0.61 |
| Hex | 82 | 4E | EB | 2D | 43 | 0 | 8 | 104 | 50 | 3D |
| Octal | 202 | 116 | 353 | 55 | 103 | 0 | 10 | 404 | 120 | 75 |
| Binary | 10000010 | 1001110 | 11101011 | 101101 | 1000011 | 0 | 1000 | 100000100 | 1010000 | 111101 |
Color Harmonies of #824EEB
Complementary color
Monochromatic Colors of #824EEB
Black with #824EEB
Text Example
Text Example
White with #824EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EEB; }
p { color: rgb(130,78,235); }
H1.HeaderClassName
{
color: #824EEB;
}
.AnyTagClassName
{
color: #824EEB;
}
</style>
background-color css
<style>
a { background-color: #824EEB; }
a { background-color: rgb(130,78,235); }
div.DivClassName
{
background-color: #824EEB;
}
.BgClassName
{
background-color: #824EEB;
}
</style>
border-color css
<style>
span { border-color: #824EEB; }
span { border-color: rgb(130,78,235); }
td.TdClassName
{
border-color: #824EEB;
}
.TagClassName
{
border-color: #824EEB;
}
</style>