Shades of Medium Slate Blue #8A6DED
Tints of Medium Slate Blue #8A6DED
RGB
CMYK
RGB Variations
Color information
#8A6DED (or 0x8A6DED) is known color: Medium Slate Blue. HEX triplet: 8A, 6D and ED. RGB value is (138,109,237). Sum of RGB (Red+Green+Blue) = 138+109+237=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DED is #759212. Grayscale: #838383. Windows color (decimal): -7705107 or 15560074. OLE color: 15560074.
HSL color Cylindrical-coordinate representation of color #8A6DED: hue angle of 253.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A6DED is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 109 | 237 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.07 |
| HSL | 253.59º | 0.78% | 0.68% | - |
| HSV(B) | 253.59º | 0.54% | 0.93% | - |
| XYZ | 31.24 | 22.45 | 82.81 | - |
| YUV | 132.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 237 | 0.42 | 0.54 | 0 | 0.07 | 253.59 | 0.78 | 0.68 |
| Hex | 8A | 6D | ED | 2A | 36 | 0 | 7 | FE | 4E | 44 |
| Octal | 212 | 155 | 355 | 52 | 66 | 0 | 7 | 376 | 116 | 104 |
| Binary | 10001010 | 1101101 | 11101101 | 101010 | 110110 | 0 | 111 | 11111110 | 1001110 | 1000100 |
Color Harmonies of #8A6DED
Complementary color
Monochromatic Colors of #8A6DED
Black with #8A6DED
Text Example
Text Example
White with #8A6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DED; }
p { color: rgb(138,109,237); }
H1.HeaderClassName
{
color: #8A6DED;
}
.AnyTagClassName
{
color: #8A6DED;
}
</style>
background-color css
<style>
a { background-color: #8A6DED; }
a { background-color: rgb(138,109,237); }
div.DivClassName
{
background-color: #8A6DED;
}
.BgClassName
{
background-color: #8A6DED;
}
</style>
border-color css
<style>
span { border-color: #8A6DED; }
span { border-color: rgb(138,109,237); }
td.TdClassName
{
border-color: #8A6DED;
}
.TagClassName
{
border-color: #8A6DED;
}
</style>