Shades of Medium Slate Blue #8A6DEA
Tints of Medium Slate Blue #8A6DEA
RGB
CMYK
RGB Variations
Color information
#8A6DEA (or 0x8A6DEA) is known color: Medium Slate Blue. HEX triplet: 8A, 6D and EA. RGB value is (138,109,234). Sum of RGB (Red+Green+Blue) = 138+109+234=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DEA is #759215. Grayscale: #838383. Windows color (decimal): -7705110 or 15363466. OLE color: 15363466.
HSL color Cylindrical-coordinate representation of color #8A6DEA: hue angle of 253.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6DEA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 109 | 234 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.08 |
| HSL | 253.92º | 0.75% | 0.67% | - |
| HSV(B) | 253.92º | 0.53% | 0.92% | - |
| XYZ | 30.8 | 22.28 | 80.52 | - |
| YUV | 131.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 234 | 0.41 | 0.53 | 0 | 0.08 | 253.92 | 0.75 | 0.67 |
| Hex | 8A | 6D | EA | 29 | 35 | 0 | 8 | FE | 4B | 43 |
| Octal | 212 | 155 | 352 | 51 | 65 | 0 | 10 | 376 | 113 | 103 |
| Binary | 10001010 | 1101101 | 11101010 | 101001 | 110101 | 0 | 1000 | 11111110 | 1001011 | 1000011 |
Color Harmonies of #8A6DEA
Complementary color
Monochromatic Colors of #8A6DEA
Black with #8A6DEA
Text Example
Text Example
White with #8A6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DEA; }
p { color: rgb(138,109,234); }
H1.HeaderClassName
{
color: #8A6DEA;
}
.AnyTagClassName
{
color: #8A6DEA;
}
</style>
background-color css
<style>
a { background-color: #8A6DEA; }
a { background-color: rgb(138,109,234); }
div.DivClassName
{
background-color: #8A6DEA;
}
.BgClassName
{
background-color: #8A6DEA;
}
</style>
border-color css
<style>
span { border-color: #8A6DEA; }
span { border-color: rgb(138,109,234); }
td.TdClassName
{
border-color: #8A6DEA;
}
.TagClassName
{
border-color: #8A6DEA;
}
</style>