Shades of Medium Slate Blue #8052EE
Tints of Medium Slate Blue #8052EE
RGB
CMYK
RGB Variations
Color information
#8052EE (or 0x8052EE) is known color: Medium Slate Blue. HEX triplet: 80, 52 and EE. RGB value is (128,82,238). Sum of RGB (Red+Green+Blue) = 128+82+238=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #8052EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052EE is #7FAD11. Grayscale: #707070. Windows color (decimal): -8367378 or 15618688. OLE color: 15618688.
HSL color Cylindrical-coordinate representation of color #8052EE: hue angle of 257.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8052EE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 82 | 238 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.07 |
| HSL | 257.69º | 0.82% | 0.63% | - |
| HSV(B) | 257.69º | 0.66% | 0.93% | - |
| XYZ | 27.35 | 16.8 | 82.69 | - |
| YUV | 113.54 | 198.24 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 238 | 0.46 | 0.66 | 0 | 0.07 | 257.69 | 0.82 | 0.63 |
| Hex | 80 | 52 | EE | 2E | 42 | 0 | 7 | 102 | 52 | 3F |
| Octal | 200 | 122 | 356 | 56 | 102 | 0 | 7 | 402 | 122 | 77 |
| Binary | 10000000 | 1010010 | 11101110 | 101110 | 1000010 | 0 | 111 | 100000010 | 1010010 | 111111 |
Color Harmonies of #8052EE
Complementary color
Monochromatic Colors of #8052EE
Black with #8052EE
Text Example
Text Example
White with #8052EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052EE; }
p { color: rgb(128,82,238); }
H1.HeaderClassName
{
color: #8052EE;
}
.AnyTagClassName
{
color: #8052EE;
}
</style>
background-color css
<style>
a { background-color: #8052EE; }
a { background-color: rgb(128,82,238); }
div.DivClassName
{
background-color: #8052EE;
}
.BgClassName
{
background-color: #8052EE;
}
</style>
border-color css
<style>
span { border-color: #8052EE; }
span { border-color: rgb(128,82,238); }
td.TdClassName
{
border-color: #8052EE;
}
.TagClassName
{
border-color: #8052EE;
}
</style>