Shades of Medium Slate Blue #8A55F9
Tints of Medium Slate Blue #8A55F9
RGB
CMYK
RGB Variations
Color information
#8A55F9 (or 0x8A55F9) is known color: Medium Slate Blue. HEX triplet: 8A, 55 and F9. RGB value is (138,85,249). Sum of RGB (Red+Green+Blue) = 138+85+249=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A55F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A55F9 is #75AA06. Grayscale: #767676. Windows color (decimal): -7711239 or 16340362. OLE color: 16340362.
HSL color Cylindrical-coordinate representation of color #8A55F9: hue angle of 259.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A55F9 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 85 | 249 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.02 |
| HSL | 259.39º | 0.93% | 0.65% | - |
| HSV(B) | 259.39º | 0.66% | 0.98% | - |
| XYZ | 30.83 | 18.74 | 91.61 | - |
| YUV | 119.54 | 201.06 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 249 | 0.45 | 0.66 | 0 | 0.02 | 259.39 | 0.93 | 0.65 |
| Hex | 8A | 55 | F9 | 2D | 42 | 0 | 2 | 103 | 5D | 41 |
| Octal | 212 | 125 | 371 | 55 | 102 | 0 | 2 | 403 | 135 | 101 |
| Binary | 10001010 | 1010101 | 11111001 | 101101 | 1000010 | 0 | 10 | 100000011 | 1011101 | 1000001 |
Color Harmonies of #8A55F9
Complementary color
Monochromatic Colors of #8A55F9
Black with #8A55F9
Text Example
Text Example
White with #8A55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55F9; }
p { color: rgb(138,85,249); }
H1.HeaderClassName
{
color: #8A55F9;
}
.AnyTagClassName
{
color: #8A55F9;
}
</style>
background-color css
<style>
a { background-color: #8A55F9; }
a { background-color: rgb(138,85,249); }
div.DivClassName
{
background-color: #8A55F9;
}
.BgClassName
{
background-color: #8A55F9;
}
</style>
border-color css
<style>
span { border-color: #8A55F9; }
span { border-color: rgb(138,85,249); }
td.TdClassName
{
border-color: #8A55F9;
}
.TagClassName
{
border-color: #8A55F9;
}
</style>