Shades of Medium Slate Blue #8A71EE
Tints of Medium Slate Blue #8A71EE
RGB
CMYK
RGB Variations
Color information
#8A71EE (or 0x8A71EE) is known color: Medium Slate Blue. HEX triplet: 8A, 71 and EE. RGB value is (138,113,238). Sum of RGB (Red+Green+Blue) = 138+113+238=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A71EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A71EE is #758E11. Grayscale: #868686. Windows color (decimal): -7704082 or 15626634. OLE color: 15626634.
HSL color Cylindrical-coordinate representation of color #8A71EE: hue angle of 252º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A71EE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 113 | 238 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.07 |
| HSL | 252º | 0.79% | 0.69% | - |
| HSV(B) | 252º | 0.53% | 0.93% | - |
| XYZ | 31.82 | 23.39 | 83.73 | - |
| YUV | 134.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 238 | 0.42 | 0.53 | 0 | 0.07 | 252 | 0.79 | 0.69 |
| Hex | 8A | 71 | EE | 2A | 35 | 0 | 7 | FC | 4F | 45 |
| Octal | 212 | 161 | 356 | 52 | 65 | 0 | 7 | 374 | 117 | 105 |
| Binary | 10001010 | 1110001 | 11101110 | 101010 | 110101 | 0 | 111 | 11111100 | 1001111 | 1000101 |
Color Harmonies of #8A71EE
Complementary color
Monochromatic Colors of #8A71EE
Black with #8A71EE
Text Example
Text Example
White with #8A71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A71EE; }
p { color: rgb(138,113,238); }
H1.HeaderClassName
{
color: #8A71EE;
}
.AnyTagClassName
{
color: #8A71EE;
}
</style>
background-color css
<style>
a { background-color: #8A71EE; }
a { background-color: rgb(138,113,238); }
div.DivClassName
{
background-color: #8A71EE;
}
.BgClassName
{
background-color: #8A71EE;
}
</style>
border-color css
<style>
span { border-color: #8A71EE; }
span { border-color: rgb(138,113,238); }
td.TdClassName
{
border-color: #8A71EE;
}
.TagClassName
{
border-color: #8A71EE;
}
</style>