Shades of Medium Slate Blue #824CEA
Tints of Medium Slate Blue #824CEA
RGB
CMYK
RGB Variations
Color information
#824CEA (or 0x824CEA) is known color: Medium Slate Blue. HEX triplet: 82, 4C and EA. RGB value is (130,76,234). Sum of RGB (Red+Green+Blue) = 130+76+234=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #824CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CEA is #7DB315. Grayscale: #6D6D6D. Windows color (decimal): -8237846 or 15355010. OLE color: 15355010.
HSL color Cylindrical-coordinate representation of color #824CEA: hue angle of 260.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824CEA is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 76 | 234 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.08 |
| HSL | 260.51º | 0.79% | 0.61% | - |
| HSV(B) | 260.51º | 0.68% | 0.92% | - |
| XYZ | 26.64 | 15.86 | 79.5 | - |
| YUV | 110.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 234 | 0.44 | 0.68 | 0 | 0.08 | 260.51 | 0.79 | 0.61 |
| Hex | 82 | 4C | EA | 2C | 44 | 0 | 8 | 105 | 4F | 3D |
| Octal | 202 | 114 | 352 | 54 | 104 | 0 | 10 | 405 | 117 | 75 |
| Binary | 10000010 | 1001100 | 11101010 | 101100 | 1000100 | 0 | 1000 | 100000101 | 1001111 | 111101 |
Color Harmonies of #824CEA
Complementary color
Monochromatic Colors of #824CEA
Black with #824CEA
Text Example
Text Example
White with #824CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CEA; }
p { color: rgb(130,76,234); }
H1.HeaderClassName
{
color: #824CEA;
}
.AnyTagClassName
{
color: #824CEA;
}
</style>
background-color css
<style>
a { background-color: #824CEA; }
a { background-color: rgb(130,76,234); }
div.DivClassName
{
background-color: #824CEA;
}
.BgClassName
{
background-color: #824CEA;
}
</style>
border-color css
<style>
span { border-color: #824CEA; }
span { border-color: rgb(130,76,234); }
td.TdClassName
{
border-color: #824CEA;
}
.TagClassName
{
border-color: #824CEA;
}
</style>