Shades of Medium Slate Blue #8960EE
Tints of Medium Slate Blue #8960EE
RGB
CMYK
RGB Variations
Color information
#8960EE (or 0x8960EE) is known color: Medium Slate Blue. HEX triplet: 89, 60 and EE. RGB value is (137,96,238). Sum of RGB (Red+Green+Blue) = 137+96+238=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #8960EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8960EE is #769F11. Grayscale: #7B7B7B. Windows color (decimal): -7773970 or 15622281. OLE color: 15622281.
HSL color Cylindrical-coordinate representation of color #8960EE: hue angle of 257.32º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8960EE is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 96 | 238 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.07 |
| HSL | 257.32º | 0.81% | 0.65% | - |
| HSV(B) | 257.32º | 0.6% | 0.93% | - |
| XYZ | 29.93 | 19.86 | 83.14 | - |
| YUV | 124.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 238 | 0.42 | 0.60 | 0 | 0.07 | 257.32 | 0.81 | 0.65 |
| Hex | 89 | 60 | EE | 2A | 3C | 0 | 7 | 101 | 51 | 41 |
| Octal | 211 | 140 | 356 | 52 | 74 | 0 | 7 | 401 | 121 | 101 |
| Binary | 10001001 | 1100000 | 11101110 | 101010 | 111100 | 0 | 111 | 100000001 | 1010001 | 1000001 |
Color Harmonies of #8960EE
Complementary color
Monochromatic Colors of #8960EE
Black with #8960EE
Text Example
Text Example
White with #8960EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8960EE; }
p { color: rgb(137,96,238); }
H1.HeaderClassName
{
color: #8960EE;
}
.AnyTagClassName
{
color: #8960EE;
}
</style>
background-color css
<style>
a { background-color: #8960EE; }
a { background-color: rgb(137,96,238); }
div.DivClassName
{
background-color: #8960EE;
}
.BgClassName
{
background-color: #8960EE;
}
</style>
border-color css
<style>
span { border-color: #8960EE; }
span { border-color: rgb(137,96,238); }
td.TdClassName
{
border-color: #8960EE;
}
.TagClassName
{
border-color: #8960EE;
}
</style>