Shades of Medium Slate Blue #8A59F3
Tints of Medium Slate Blue #8A59F3
RGB
CMYK
RGB Variations
Color information
#8A59F3 (or 0x8A59F3) is known color: Medium Slate Blue. HEX triplet: 8A, 59 and F3. RGB value is (138,89,243). Sum of RGB (Red+Green+Blue) = 138+89+243=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #8A59F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A59F3 is #75A60C. Grayscale: #787878. Windows color (decimal): -7710221 or 15948170. OLE color: 15948170.
HSL color Cylindrical-coordinate representation of color #8A59F3: hue angle of 259.09º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A59F3 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 89 | 243 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.05 |
| HSL | 259.09º | 0.87% | 0.65% | - |
| HSV(B) | 259.09º | 0.63% | 0.95% | - |
| XYZ | 30.23 | 19.02 | 86.87 | - |
| YUV | 121.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 243 | 0.43 | 0.63 | 0 | 0.05 | 259.09 | 0.87 | 0.65 |
| Hex | 8A | 59 | F3 | 2B | 3F | 0 | 5 | 103 | 57 | 41 |
| Octal | 212 | 131 | 363 | 53 | 77 | 0 | 5 | 403 | 127 | 101 |
| Binary | 10001010 | 1011001 | 11110011 | 101011 | 111111 | 0 | 101 | 100000011 | 1010111 | 1000001 |
Color Harmonies of #8A59F3
Complementary color
Monochromatic Colors of #8A59F3
Black with #8A59F3
Text Example
Text Example
White with #8A59F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59F3; }
p { color: rgb(138,89,243); }
H1.HeaderClassName
{
color: #8A59F3;
}
.AnyTagClassName
{
color: #8A59F3;
}
</style>
background-color css
<style>
a { background-color: #8A59F3; }
a { background-color: rgb(138,89,243); }
div.DivClassName
{
background-color: #8A59F3;
}
.BgClassName
{
background-color: #8A59F3;
}
</style>
border-color css
<style>
span { border-color: #8A59F3; }
span { border-color: rgb(138,89,243); }
td.TdClassName
{
border-color: #8A59F3;
}
.TagClassName
{
border-color: #8A59F3;
}
</style>