Shades of Medium Slate Blue #8966EE
Tints of Medium Slate Blue #8966EE
RGB
CMYK
RGB Variations
Color information
#8966EE (or 0x8966EE) is known color: Medium Slate Blue. HEX triplet: 89, 66 and EE. RGB value is (137,102,238). Sum of RGB (Red+Green+Blue) = 137+102+238=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #8966EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8966EE is #769911. Grayscale: #7F7F7F. Windows color (decimal): -7772434 or 15623817. OLE color: 15623817.
HSL color Cylindrical-coordinate representation of color #8966EE: hue angle of 255.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8966EE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 102 | 238 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.07 |
| HSL | 255.44º | 0.8% | 0.67% | - |
| HSV(B) | 255.44º | 0.57% | 0.93% | - |
| XYZ | 30.5 | 20.99 | 83.33 | - |
| YUV | 127.97 | 190.1 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 238 | 0.42 | 0.57 | 0 | 0.07 | 255.44 | 0.8 | 0.67 |
| Hex | 89 | 66 | EE | 2A | 39 | 0 | 7 | FF | 50 | 43 |
| Octal | 211 | 146 | 356 | 52 | 71 | 0 | 7 | 377 | 120 | 103 |
| Binary | 10001001 | 1100110 | 11101110 | 101010 | 111001 | 0 | 111 | 11111111 | 1010000 | 1000011 |
Color Harmonies of #8966EE
Complementary color
Monochromatic Colors of #8966EE
Black with #8966EE
Text Example
Text Example
White with #8966EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966EE; }
p { color: rgb(137,102,238); }
H1.HeaderClassName
{
color: #8966EE;
}
.AnyTagClassName
{
color: #8966EE;
}
</style>
background-color css
<style>
a { background-color: #8966EE; }
a { background-color: rgb(137,102,238); }
div.DivClassName
{
background-color: #8966EE;
}
.BgClassName
{
background-color: #8966EE;
}
</style>
border-color css
<style>
span { border-color: #8966EE; }
span { border-color: rgb(137,102,238); }
td.TdClassName
{
border-color: #8966EE;
}
.TagClassName
{
border-color: #8966EE;
}
</style>