Shades of Medium Slate Blue #8A60EA
Tints of Medium Slate Blue #8A60EA
RGB
CMYK
RGB Variations
Color information
#8A60EA (or 0x8A60EA) is known color: Medium Slate Blue. HEX triplet: 8A, 60 and EA. RGB value is (138,96,234). Sum of RGB (Red+Green+Blue) = 138+96+234=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A60EA is #759F15. Grayscale: #7B7B7B. Windows color (decimal): -7708438 or 15360138. OLE color: 15360138.
HSL color Cylindrical-coordinate representation of color #8A60EA: hue angle of 258.26º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A60EA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 96 | 234 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.08 |
| HSL | 258.26º | 0.77% | 0.65% | - |
| HSV(B) | 258.26º | 0.59% | 0.92% | - |
| XYZ | 29.52 | 19.71 | 80.09 | - |
| YUV | 124.29 | 189.91 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 234 | 0.41 | 0.59 | 0 | 0.08 | 258.26 | 0.77 | 0.65 |
| Hex | 8A | 60 | EA | 29 | 3B | 0 | 8 | 102 | 4D | 41 |
| Octal | 212 | 140 | 352 | 51 | 73 | 0 | 10 | 402 | 115 | 101 |
| Binary | 10001010 | 1100000 | 11101010 | 101001 | 111011 | 0 | 1000 | 100000010 | 1001101 | 1000001 |
Color Harmonies of #8A60EA
Complementary color
Monochromatic Colors of #8A60EA
Black with #8A60EA
Text Example
Text Example
White with #8A60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A60EA; }
p { color: rgb(138,96,234); }
H1.HeaderClassName
{
color: #8A60EA;
}
.AnyTagClassName
{
color: #8A60EA;
}
</style>
background-color css
<style>
a { background-color: #8A60EA; }
a { background-color: rgb(138,96,234); }
div.DivClassName
{
background-color: #8A60EA;
}
.BgClassName
{
background-color: #8A60EA;
}
</style>
border-color css
<style>
span { border-color: #8A60EA; }
span { border-color: rgb(138,96,234); }
td.TdClassName
{
border-color: #8A60EA;
}
.TagClassName
{
border-color: #8A60EA;
}
</style>