Shades of Medium Slate Blue #8A73EA
Tints of Medium Slate Blue #8A73EA
RGB
CMYK
RGB Variations
Color information
#8A73EA (or 0x8A73EA) is known color: Medium Slate Blue. HEX triplet: 8A, 73 and EA. RGB value is (138,115,234). Sum of RGB (Red+Green+Blue) = 138+115+234=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A73EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A73EA is #758C15. Grayscale: #868686. Windows color (decimal): -7703574 or 15365002. OLE color: 15365002.
HSL color Cylindrical-coordinate representation of color #8A73EA: hue angle of 251.6º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A73EA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 115 | 234 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.08 |
| HSL | 251.6º | 0.74% | 0.68% | - |
| HSV(B) | 251.6º | 0.51% | 0.92% | - |
| XYZ | 31.46 | 23.61 | 80.74 | - |
| YUV | 135.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 234 | 0.41 | 0.51 | 0 | 0.08 | 251.6 | 0.74 | 0.68 |
| Hex | 8A | 73 | EA | 29 | 33 | 0 | 8 | FC | 4A | 44 |
| Octal | 212 | 163 | 352 | 51 | 63 | 0 | 10 | 374 | 112 | 104 |
| Binary | 10001010 | 1110011 | 11101010 | 101001 | 110011 | 0 | 1000 | 11111100 | 1001010 | 1000100 |
Color Harmonies of #8A73EA
Complementary color
Monochromatic Colors of #8A73EA
Black with #8A73EA
Text Example
Text Example
White with #8A73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73EA; }
p { color: rgb(138,115,234); }
H1.HeaderClassName
{
color: #8A73EA;
}
.AnyTagClassName
{
color: #8A73EA;
}
</style>
background-color css
<style>
a { background-color: #8A73EA; }
a { background-color: rgb(138,115,234); }
div.DivClassName
{
background-color: #8A73EA;
}
.BgClassName
{
background-color: #8A73EA;
}
</style>
border-color css
<style>
span { border-color: #8A73EA; }
span { border-color: rgb(138,115,234); }
td.TdClassName
{
border-color: #8A73EA;
}
.TagClassName
{
border-color: #8A73EA;
}
</style>