Shades of Medium Slate Blue #824FEB
Tints of Medium Slate Blue #824FEB
RGB
CMYK
RGB Variations
Color information
#824FEB (or 0x824FEB) is known color: Medium Slate Blue. HEX triplet: 82, 4F and EB. RGB value is (130,79,235). Sum of RGB (Red+Green+Blue) = 130+79+235=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #824FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FEB is #7DB014. Grayscale: #6F6F6F. Windows color (decimal): -8237077 or 15421314. OLE color: 15421314.
HSL color Cylindrical-coordinate representation of color #824FEB: hue angle of 259.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824FEB is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 79 | 235 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.08 |
| HSL | 259.62º | 0.8% | 0.62% | - |
| HSV(B) | 259.62º | 0.66% | 0.92% | - |
| XYZ | 27 | 16.34 | 80.33 | - |
| YUV | 112.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 235 | 0.45 | 0.66 | 0 | 0.08 | 259.62 | 0.8 | 0.62 |
| Hex | 82 | 4F | EB | 2D | 42 | 0 | 8 | 104 | 50 | 3E |
| Octal | 202 | 117 | 353 | 55 | 102 | 0 | 10 | 404 | 120 | 76 |
| Binary | 10000010 | 1001111 | 11101011 | 101101 | 1000010 | 0 | 1000 | 100000100 | 1010000 | 111110 |
Color Harmonies of #824FEB
Complementary color
Monochromatic Colors of #824FEB
Black with #824FEB
Text Example
Text Example
White with #824FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FEB; }
p { color: rgb(130,79,235); }
H1.HeaderClassName
{
color: #824FEB;
}
.AnyTagClassName
{
color: #824FEB;
}
</style>
background-color css
<style>
a { background-color: #824FEB; }
a { background-color: rgb(130,79,235); }
div.DivClassName
{
background-color: #824FEB;
}
.BgClassName
{
background-color: #824FEB;
}
</style>
border-color css
<style>
span { border-color: #824FEB; }
span { border-color: rgb(130,79,235); }
td.TdClassName
{
border-color: #824FEB;
}
.TagClassName
{
border-color: #824FEB;
}
</style>