Shades of Medium Slate Blue #8A54F5
Tints of Medium Slate Blue #8A54F5
RGB
CMYK
RGB Variations
Color information
#8A54F5 (or 0x8A54F5) is known color: Medium Slate Blue. HEX triplet: 8A, 54 and F5. RGB value is (138,84,245). Sum of RGB (Red+Green+Blue) = 138+84+245=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #8A54F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A54F5 is #75AB0A. Grayscale: #757575. Windows color (decimal): -7711499 or 16077962. OLE color: 16077962.
HSL color Cylindrical-coordinate representation of color #8A54F5: hue angle of 260.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A54F5 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 84 | 245 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.04 |
| HSL | 260.12º | 0.89% | 0.65% | - |
| HSV(B) | 260.12º | 0.66% | 0.96% | - |
| XYZ | 30.13 | 18.34 | 88.34 | - |
| YUV | 118.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 245 | 0.44 | 0.66 | 0 | 0.04 | 260.12 | 0.89 | 0.65 |
| Hex | 8A | 54 | F5 | 2C | 42 | 0 | 4 | 104 | 59 | 41 |
| Octal | 212 | 124 | 365 | 54 | 102 | 0 | 4 | 404 | 131 | 101 |
| Binary | 10001010 | 1010100 | 11110101 | 101100 | 1000010 | 0 | 100 | 100000100 | 1011001 | 1000001 |
Color Harmonies of #8A54F5
Complementary color
Monochromatic Colors of #8A54F5
Black with #8A54F5
Text Example
Text Example
White with #8A54F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A54F5; }
p { color: rgb(138,84,245); }
H1.HeaderClassName
{
color: #8A54F5;
}
.AnyTagClassName
{
color: #8A54F5;
}
</style>
background-color css
<style>
a { background-color: #8A54F5; }
a { background-color: rgb(138,84,245); }
div.DivClassName
{
background-color: #8A54F5;
}
.BgClassName
{
background-color: #8A54F5;
}
</style>
border-color css
<style>
span { border-color: #8A54F5; }
span { border-color: rgb(138,84,245); }
td.TdClassName
{
border-color: #8A54F5;
}
.TagClassName
{
border-color: #8A54F5;
}
</style>