Shades of Medium Slate Blue #824BEC
Tints of Medium Slate Blue #824BEC
RGB
CMYK
RGB Variations
Color information
#824BEC (or 0x824BEC) is known color: Medium Slate Blue. HEX triplet: 82, 4B and EC. RGB value is (130,75,236). Sum of RGB (Red+Green+Blue) = 130+75+236=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #824BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824BEC is #7DB413. Grayscale: #6D6D6D. Windows color (decimal): -8238100 or 15485826. OLE color: 15485826.
HSL color Cylindrical-coordinate representation of color #824BEC: hue angle of 260.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824BEC is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 75 | 236 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.07 |
| HSL | 260.5º | 0.81% | 0.61% | - |
| HSV(B) | 260.5º | 0.68% | 0.93% | - |
| XYZ | 26.86 | 15.83 | 81 | - |
| YUV | 109.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 236 | 0.45 | 0.68 | 0 | 0.07 | 260.5 | 0.81 | 0.61 |
| Hex | 82 | 4B | EC | 2D | 44 | 0 | 7 | 104 | 51 | 3D |
| Octal | 202 | 113 | 354 | 55 | 104 | 0 | 7 | 404 | 121 | 75 |
| Binary | 10000010 | 1001011 | 11101100 | 101101 | 1000100 | 0 | 111 | 100000100 | 1010001 | 111101 |
Color Harmonies of #824BEC
Complementary color
Monochromatic Colors of #824BEC
Black with #824BEC
Text Example
Text Example
White with #824BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BEC; }
p { color: rgb(130,75,236); }
H1.HeaderClassName
{
color: #824BEC;
}
.AnyTagClassName
{
color: #824BEC;
}
</style>
background-color css
<style>
a { background-color: #824BEC; }
a { background-color: rgb(130,75,236); }
div.DivClassName
{
background-color: #824BEC;
}
.BgClassName
{
background-color: #824BEC;
}
</style>
border-color css
<style>
span { border-color: #824BEC; }
span { border-color: rgb(130,75,236); }
td.TdClassName
{
border-color: #824BEC;
}
.TagClassName
{
border-color: #824BEC;
}
</style>