Shades of Medium Slate Blue #8554EA
Tints of Medium Slate Blue #8554EA
RGB
CMYK
RGB Variations
Color information
#8554EA (or 0x8554EA) is known color: Medium Slate Blue. HEX triplet: 85, 54 and EA. RGB value is (133,84,234). Sum of RGB (Red+Green+Blue) = 133+84+234=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #8554EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8554EA is #7AAB15. Grayscale: #737373. Windows color (decimal): -8039190 or 15357061. OLE color: 15357061.
HSL color Cylindrical-coordinate representation of color #8554EA: hue angle of 259.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8554EA is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 84 | 234 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.08 |
| HSL | 259.6º | 0.78% | 0.62% | - |
| HSV(B) | 259.6º | 0.64% | 0.92% | - |
| XYZ | 27.69 | 17.27 | 79.72 | - |
| YUV | 115.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 234 | 0.43 | 0.64 | 0 | 0.08 | 259.6 | 0.78 | 0.62 |
| Hex | 85 | 54 | EA | 2B | 40 | 0 | 8 | 104 | 4E | 3E |
| Octal | 205 | 124 | 352 | 53 | 100 | 0 | 10 | 404 | 116 | 76 |
| Binary | 10000101 | 1010100 | 11101010 | 101011 | 1000000 | 0 | 1000 | 100000100 | 1001110 | 111110 |
Color Harmonies of #8554EA
Complementary color
Monochromatic Colors of #8554EA
Black with #8554EA
Text Example
Text Example
White with #8554EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8554EA; }
p { color: rgb(133,84,234); }
H1.HeaderClassName
{
color: #8554EA;
}
.AnyTagClassName
{
color: #8554EA;
}
</style>
background-color css
<style>
a { background-color: #8554EA; }
a { background-color: rgb(133,84,234); }
div.DivClassName
{
background-color: #8554EA;
}
.BgClassName
{
background-color: #8554EA;
}
</style>
border-color css
<style>
span { border-color: #8554EA; }
span { border-color: rgb(133,84,234); }
td.TdClassName
{
border-color: #8554EA;
}
.TagClassName
{
border-color: #8554EA;
}
</style>