Shades of Medium Slate Blue #8052E9
Tints of Medium Slate Blue #8052E9
RGB
CMYK
RGB Variations
Color information
#8052E9 (or 0x8052E9) is known color: Medium Slate Blue. HEX triplet: 80, 52 and E9. RGB value is (128,82,233). Sum of RGB (Red+Green+Blue) = 128+82+233=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #8052E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052E9 is #7FAD16. Grayscale: #707070. Windows color (decimal): -8367383 or 15291008. OLE color: 15291008.
HSL color Cylindrical-coordinate representation of color #8052E9: hue angle of 258.28º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8052E9 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 82 | 233 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.09 |
| HSL | 258.28º | 0.77% | 0.62% | - |
| HSV(B) | 258.28º | 0.65% | 0.91% | - |
| XYZ | 26.63 | 16.51 | 78.87 | - |
| YUV | 112.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 233 | 0.45 | 0.65 | 0 | 0.09 | 258.28 | 0.77 | 0.62 |
| Hex | 80 | 52 | E9 | 2D | 41 | 0 | 9 | 102 | 4D | 3E |
| Octal | 200 | 122 | 351 | 55 | 101 | 0 | 11 | 402 | 115 | 76 |
| Binary | 10000000 | 1010010 | 11101001 | 101101 | 1000001 | 0 | 1001 | 100000010 | 1001101 | 111110 |
Color Harmonies of #8052E9
Complementary color
Monochromatic Colors of #8052E9
Black with #8052E9
Text Example
Text Example
White with #8052E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052E9; }
p { color: rgb(128,82,233); }
H1.HeaderClassName
{
color: #8052E9;
}
.AnyTagClassName
{
color: #8052E9;
}
</style>
background-color css
<style>
a { background-color: #8052E9; }
a { background-color: rgb(128,82,233); }
div.DivClassName
{
background-color: #8052E9;
}
.BgClassName
{
background-color: #8052E9;
}
</style>
border-color css
<style>
span { border-color: #8052E9; }
span { border-color: rgb(128,82,233); }
td.TdClassName
{
border-color: #8052E9;
}
.TagClassName
{
border-color: #8052E9;
}
</style>