Shades of Medium Slate Blue #8A6AEC
Tints of Medium Slate Blue #8A6AEC
RGB
CMYK
RGB Variations
Color information
#8A6AEC (or 0x8A6AEC) is known color: Medium Slate Blue. HEX triplet: 8A, 6A and EC. RGB value is (138,106,236). Sum of RGB (Red+Green+Blue) = 138+106+236=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A6AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6AEC is #759513. Grayscale: #818181. Windows color (decimal): -7705876 or 15493770. OLE color: 15493770.
HSL color Cylindrical-coordinate representation of color #8A6AEC: hue angle of 254.77º degrees, saturation: 0.77, 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 #8A6AEC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 106 | 236 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.07 |
| HSL | 254.77º | 0.77% | 0.67% | - |
| HSV(B) | 254.77º | 0.55% | 0.93% | - |
| XYZ | 30.78 | 21.77 | 81.94 | - |
| YUV | 130.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 236 | 0.42 | 0.55 | 0 | 0.07 | 254.77 | 0.77 | 0.67 |
| Hex | 8A | 6A | EC | 2A | 37 | 0 | 7 | FF | 4D | 43 |
| Octal | 212 | 152 | 354 | 52 | 67 | 0 | 7 | 377 | 115 | 103 |
| Binary | 10001010 | 1101010 | 11101100 | 101010 | 110111 | 0 | 111 | 11111111 | 1001101 | 1000011 |
Color Harmonies of #8A6AEC
Complementary color
Monochromatic Colors of #8A6AEC
Black with #8A6AEC
Text Example
Text Example
White with #8A6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6AEC; }
p { color: rgb(138,106,236); }
H1.HeaderClassName
{
color: #8A6AEC;
}
.AnyTagClassName
{
color: #8A6AEC;
}
</style>
background-color css
<style>
a { background-color: #8A6AEC; }
a { background-color: rgb(138,106,236); }
div.DivClassName
{
background-color: #8A6AEC;
}
.BgClassName
{
background-color: #8A6AEC;
}
</style>
border-color css
<style>
span { border-color: #8A6AEC; }
span { border-color: rgb(138,106,236); }
td.TdClassName
{
border-color: #8A6AEC;
}
.TagClassName
{
border-color: #8A6AEC;
}
</style>