Shades of Medium Slate Blue #8159FA
Tints of Medium Slate Blue #8159FA
RGB
CMYK
RGB Variations
Color information
#8159FA (or 0x8159FA) is known color: Medium Slate Blue. HEX triplet: 81, 59 and FA. RGB value is (129,89,250). Sum of RGB (Red+Green+Blue) = 129+89+250=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #8159FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8159FA is #7EA605. Grayscale: #767676. Windows color (decimal): -8300038 or 16406913. OLE color: 16406913.
HSL color Cylindrical-coordinate representation of color #8159FA: hue angle of 254.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8159FA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 89 | 250 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.02 |
| HSL | 254.91º | 0.94% | 0.66% | - |
| HSV(B) | 254.91º | 0.64% | 0.98% | - |
| XYZ | 29.88 | 18.71 | 92.48 | - |
| YUV | 119.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 250 | 0.48 | 0.64 | 0 | 0.02 | 254.91 | 0.94 | 0.66 |
| Hex | 81 | 59 | FA | 30 | 40 | 0 | 2 | FF | 5E | 42 |
| Octal | 201 | 131 | 372 | 60 | 100 | 0 | 2 | 377 | 136 | 102 |
| Binary | 10000001 | 1011001 | 11111010 | 110000 | 1000000 | 0 | 10 | 11111111 | 1011110 | 1000010 |
Color Harmonies of #8159FA
Complementary color
Monochromatic Colors of #8159FA
Black with #8159FA
Text Example
Text Example
White with #8159FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159FA; }
p { color: rgb(129,89,250); }
H1.HeaderClassName
{
color: #8159FA;
}
.AnyTagClassName
{
color: #8159FA;
}
</style>
background-color css
<style>
a { background-color: #8159FA; }
a { background-color: rgb(129,89,250); }
div.DivClassName
{
background-color: #8159FA;
}
.BgClassName
{
background-color: #8159FA;
}
</style>
border-color css
<style>
span { border-color: #8159FA; }
span { border-color: rgb(129,89,250); }
td.TdClassName
{
border-color: #8159FA;
}
.TagClassName
{
border-color: #8159FA;
}
</style>