Shades of Medium Slate Blue #8962EF
Tints of Medium Slate Blue #8962EF
RGB
CMYK
RGB Variations
Color information
#8962EF (or 0x8962EF) is known color: Medium Slate Blue. HEX triplet: 89, 62 and EF. RGB value is (137,98,239). Sum of RGB (Red+Green+Blue) = 137+98+239=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #8962EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8962EF is #769D10. Grayscale: #7D7D7D. Windows color (decimal): -7773457 or 15688329. OLE color: 15688329.
HSL color Cylindrical-coordinate representation of color #8962EF: hue angle of 256.6º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8962EF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 98 | 239 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.06 |
| HSL | 256.6º | 0.82% | 0.66% | - |
| HSV(B) | 256.6º | 0.59% | 0.94% | - |
| XYZ | 30.26 | 20.29 | 83.98 | - |
| YUV | 125.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 239 | 0.43 | 0.59 | 0 | 0.06 | 256.6 | 0.82 | 0.66 |
| Hex | 89 | 62 | EF | 2B | 3B | 0 | 6 | 101 | 52 | 42 |
| Octal | 211 | 142 | 357 | 53 | 73 | 0 | 6 | 401 | 122 | 102 |
| Binary | 10001001 | 1100010 | 11101111 | 101011 | 111011 | 0 | 110 | 100000001 | 1010010 | 1000010 |
Color Harmonies of #8962EF
Complementary color
Monochromatic Colors of #8962EF
Black with #8962EF
Text Example
Text Example
White with #8962EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962EF; }
p { color: rgb(137,98,239); }
H1.HeaderClassName
{
color: #8962EF;
}
.AnyTagClassName
{
color: #8962EF;
}
</style>
background-color css
<style>
a { background-color: #8962EF; }
a { background-color: rgb(137,98,239); }
div.DivClassName
{
background-color: #8962EF;
}
.BgClassName
{
background-color: #8962EF;
}
</style>
border-color css
<style>
span { border-color: #8962EF; }
span { border-color: rgb(137,98,239); }
td.TdClassName
{
border-color: #8962EF;
}
.TagClassName
{
border-color: #8962EF;
}
</style>