Shades of Medium Slate Blue #8552EA
Tints of Medium Slate Blue #8552EA
RGB
CMYK
RGB Variations
Color information
#8552EA (or 0x8552EA) is known color: Medium Slate Blue. HEX triplet: 85, 52 and EA. RGB value is (133,82,234). Sum of RGB (Red+Green+Blue) = 133+82+234=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #8552EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8552EA is #7AAD15. Grayscale: #727272. Windows color (decimal): -8039702 or 15356549. OLE color: 15356549.
HSL color Cylindrical-coordinate representation of color #8552EA: hue angle of 260.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8552EA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 82 | 234 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.08 |
| HSL | 260.13º | 0.78% | 0.62% | - |
| HSV(B) | 260.13º | 0.65% | 0.92% | - |
| XYZ | 27.54 | 16.96 | 79.66 | - |
| YUV | 114.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 234 | 0.43 | 0.65 | 0 | 0.08 | 260.13 | 0.78 | 0.62 |
| Hex | 85 | 52 | EA | 2B | 41 | 0 | 8 | 104 | 4E | 3E |
| Octal | 205 | 122 | 352 | 53 | 101 | 0 | 10 | 404 | 116 | 76 |
| Binary | 10000101 | 1010010 | 11101010 | 101011 | 1000001 | 0 | 1000 | 100000100 | 1001110 | 111110 |
Color Harmonies of #8552EA
Complementary color
Monochromatic Colors of #8552EA
Black with #8552EA
Text Example
Text Example
White with #8552EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552EA; }
p { color: rgb(133,82,234); }
H1.HeaderClassName
{
color: #8552EA;
}
.AnyTagClassName
{
color: #8552EA;
}
</style>
background-color css
<style>
a { background-color: #8552EA; }
a { background-color: rgb(133,82,234); }
div.DivClassName
{
background-color: #8552EA;
}
.BgClassName
{
background-color: #8552EA;
}
</style>
border-color css
<style>
span { border-color: #8552EA; }
span { border-color: rgb(133,82,234); }
td.TdClassName
{
border-color: #8552EA;
}
.TagClassName
{
border-color: #8552EA;
}
</style>