Shades of Medium Slate Blue #8B52EF
Tints of Medium Slate Blue #8B52EF
RGB
CMYK
RGB Variations
Color information
#8B52EF (or 0x8B52EF) is known color: Medium Slate Blue. HEX triplet: 8B, 52 and EF. RGB value is (139,82,239). Sum of RGB (Red+Green+Blue) = 139+82+239=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B52EF is #74AD10. Grayscale: #747474. Windows color (decimal): -7646481 or 15684235. OLE color: 15684235.
HSL color Cylindrical-coordinate representation of color #8B52EF: hue angle of 261.78º 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 #8B52EF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 82 | 239 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.06 |
| HSL | 261.78º | 0.83% | 0.63% | - |
| HSV(B) | 261.78º | 0.66% | 0.94% | - |
| XYZ | 29.24 | 17.76 | 83.55 | - |
| YUV | 116.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 239 | 0.42 | 0.66 | 0 | 0.06 | 261.78 | 0.83 | 0.63 |
| Hex | 8B | 52 | EF | 2A | 42 | 0 | 6 | 106 | 53 | 3F |
| Octal | 213 | 122 | 357 | 52 | 102 | 0 | 6 | 406 | 123 | 77 |
| Binary | 10001011 | 1010010 | 11101111 | 101010 | 1000010 | 0 | 110 | 100000110 | 1010011 | 111111 |
Color Harmonies of #8B52EF
Complementary color
Monochromatic Colors of #8B52EF
Black with #8B52EF
Text Example
Text Example
White with #8B52EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B52EF; }
p { color: rgb(139,82,239); }
H1.HeaderClassName
{
color: #8B52EF;
}
.AnyTagClassName
{
color: #8B52EF;
}
</style>
background-color css
<style>
a { background-color: #8B52EF; }
a { background-color: rgb(139,82,239); }
div.DivClassName
{
background-color: #8B52EF;
}
.BgClassName
{
background-color: #8B52EF;
}
</style>
border-color css
<style>
span { border-color: #8B52EF; }
span { border-color: rgb(139,82,239); }
td.TdClassName
{
border-color: #8B52EF;
}
.TagClassName
{
border-color: #8B52EF;
}
</style>