Shades of Medium Slate Blue #8852EF
Tints of Medium Slate Blue #8852EF
RGB
CMYK
RGB Variations
Color information
#8852EF (or 0x8852EF) is known color: Medium Slate Blue. HEX triplet: 88, 52 and EF. RGB value is (136,82,239). Sum of RGB (Red+Green+Blue) = 136+82+239=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #8852EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8852EF is #77AD10. Grayscale: #737373. Windows color (decimal): -7843089 or 15684232. OLE color: 15684232.
HSL color Cylindrical-coordinate representation of color #8852EF: hue angle of 260.64º 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 #8852EF is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 82 | 239 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.06 |
| HSL | 260.64º | 0.83% | 0.63% | - |
| HSV(B) | 260.64º | 0.66% | 0.94% | - |
| XYZ | 28.75 | 17.5 | 83.52 | - |
| YUV | 116.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 239 | 0.43 | 0.66 | 0 | 0.06 | 260.64 | 0.83 | 0.63 |
| Hex | 88 | 52 | EF | 2B | 42 | 0 | 6 | 105 | 53 | 3F |
| Octal | 210 | 122 | 357 | 53 | 102 | 0 | 6 | 405 | 123 | 77 |
| Binary | 10001000 | 1010010 | 11101111 | 101011 | 1000010 | 0 | 110 | 100000101 | 1010011 | 111111 |
Color Harmonies of #8852EF
Complementary color
Monochromatic Colors of #8852EF
Black with #8852EF
Text Example
Text Example
White with #8852EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852EF; }
p { color: rgb(136,82,239); }
H1.HeaderClassName
{
color: #8852EF;
}
.AnyTagClassName
{
color: #8852EF;
}
</style>
background-color css
<style>
a { background-color: #8852EF; }
a { background-color: rgb(136,82,239); }
div.DivClassName
{
background-color: #8852EF;
}
.BgClassName
{
background-color: #8852EF;
}
</style>
border-color css
<style>
span { border-color: #8852EF; }
span { border-color: rgb(136,82,239); }
td.TdClassName
{
border-color: #8852EF;
}
.TagClassName
{
border-color: #8852EF;
}
</style>