Shades of Medium Slate Blue #8052EF
Tints of Medium Slate Blue #8052EF
RGB
CMYK
RGB Variations
Color information
#8052EF (or 0x8052EF) is known color: Medium Slate Blue. HEX triplet: 80, 52 and EF. RGB value is (128,82,239). Sum of RGB (Red+Green+Blue) = 128+82+239=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #8052EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052EF is #7FAD10. Grayscale: #717171. Windows color (decimal): -8367377 or 15684224. OLE color: 15684224.
HSL color Cylindrical-coordinate representation of color #8052EF: hue angle of 257.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8052EF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 82 | 239 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.06 |
| HSL | 257.58º | 0.83% | 0.63% | - |
| HSV(B) | 257.58º | 0.66% | 0.94% | - |
| XYZ | 27.5 | 16.86 | 83.47 | - |
| YUV | 113.65 | 198.74 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 239 | 0.46 | 0.66 | 0 | 0.06 | 257.58 | 0.83 | 0.63 |
| Hex | 80 | 52 | EF | 2E | 42 | 0 | 6 | 102 | 53 | 3F |
| Octal | 200 | 122 | 357 | 56 | 102 | 0 | 6 | 402 | 123 | 77 |
| Binary | 10000000 | 1010010 | 11101111 | 101110 | 1000010 | 0 | 110 | 100000010 | 1010011 | 111111 |
Color Harmonies of #8052EF
Complementary color
Monochromatic Colors of #8052EF
Black with #8052EF
Text Example
Text Example
White with #8052EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052EF; }
p { color: rgb(128,82,239); }
H1.HeaderClassName
{
color: #8052EF;
}
.AnyTagClassName
{
color: #8052EF;
}
</style>
background-color css
<style>
a { background-color: #8052EF; }
a { background-color: rgb(128,82,239); }
div.DivClassName
{
background-color: #8052EF;
}
.BgClassName
{
background-color: #8052EF;
}
</style>
border-color css
<style>
span { border-color: #8052EF; }
span { border-color: rgb(128,82,239); }
td.TdClassName
{
border-color: #8052EF;
}
.TagClassName
{
border-color: #8052EF;
}
</style>