Shades of Medium Slate Blue #8C6AEE
Tints of Medium Slate Blue #8C6AEE
RGB
CMYK
RGB Variations
Color information
#8C6AEE (or 0x8C6AEE) is known color: Medium Slate Blue. HEX triplet: 8C, 6A and EE. RGB value is (140,106,238). Sum of RGB (Red+Green+Blue) = 140+106+238=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C6AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6AEE is #739511. Grayscale: #828282. Windows color (decimal): -7574802 or 15624844. OLE color: 15624844.
HSL color Cylindrical-coordinate representation of color #8C6AEE: hue angle of 255.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C6AEE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 106 | 238 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.07 |
| HSL | 255.45º | 0.8% | 0.67% | - |
| HSV(B) | 255.45º | 0.55% | 0.93% | - |
| XYZ | 31.4 | 22.06 | 83.49 | - |
| YUV | 131.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 238 | 0.41 | 0.55 | 0 | 0.07 | 255.45 | 0.8 | 0.67 |
| Hex | 8C | 6A | EE | 29 | 37 | 0 | 7 | FF | 50 | 43 |
| Octal | 214 | 152 | 356 | 51 | 67 | 0 | 7 | 377 | 120 | 103 |
| Binary | 10001100 | 1101010 | 11101110 | 101001 | 110111 | 0 | 111 | 11111111 | 1010000 | 1000011 |
Color Harmonies of #8C6AEE
Complementary color
Monochromatic Colors of #8C6AEE
Black with #8C6AEE
Text Example
Text Example
White with #8C6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AEE; }
p { color: rgb(140,106,238); }
H1.HeaderClassName
{
color: #8C6AEE;
}
.AnyTagClassName
{
color: #8C6AEE;
}
</style>
background-color css
<style>
a { background-color: #8C6AEE; }
a { background-color: rgb(140,106,238); }
div.DivClassName
{
background-color: #8C6AEE;
}
.BgClassName
{
background-color: #8C6AEE;
}
</style>
border-color css
<style>
span { border-color: #8C6AEE; }
span { border-color: rgb(140,106,238); }
td.TdClassName
{
border-color: #8C6AEE;
}
.TagClassName
{
border-color: #8C6AEE;
}
</style>