Shades of Medium Slate Blue #8159FE
Tints of Medium Slate Blue #8159FE
RGB
CMYK
RGB Variations
Color information
#8159FE (or 0x8159FE) is known color: Medium Slate Blue. HEX triplet: 81, 59 and FE. RGB value is (129,89,254). Sum of RGB (Red+Green+Blue) = 129+89+254=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #8159FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8159FE is #7EA601. Grayscale: #777777. Windows color (decimal): -8300034 or 16669057. OLE color: 16669057.
HSL color Cylindrical-coordinate representation of color #8159FE: hue angle of 254.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8159FE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 89 | 254 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.00 |
| HSL | 254.55º | 0.99% | 0.67% | - |
| HSV(B) | 254.55º | 0.65% | 1% | - |
| XYZ | 30.52 | 18.97 | 95.82 | - |
| YUV | 119.77 | 203.75 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 254 | 0.49 | 0.65 | 0 | 0.00 | 254.55 | 0.99 | 0.67 |
| Hex | 81 | 59 | FE | 31 | 41 | 0 | 0 | FF | 63 | 43 |
| Octal | 201 | 131 | 376 | 61 | 101 | 0 | 0 | 377 | 143 | 103 |
| Binary | 10000001 | 1011001 | 11111110 | 110001 | 1000001 | 0 | 0 | 11111111 | 1100011 | 1000011 |
Color Harmonies of #8159FE
Complementary color
Monochromatic Colors of #8159FE
Black with #8159FE
Text Example
Text Example
White with #8159FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159FE; }
p { color: rgb(129,89,254); }
H1.HeaderClassName
{
color: #8159FE;
}
.AnyTagClassName
{
color: #8159FE;
}
</style>
background-color css
<style>
a { background-color: #8159FE; }
a { background-color: rgb(129,89,254); }
div.DivClassName
{
background-color: #8159FE;
}
.BgClassName
{
background-color: #8159FE;
}
</style>
border-color css
<style>
span { border-color: #8159FE; }
span { border-color: rgb(129,89,254); }
td.TdClassName
{
border-color: #8159FE;
}
.TagClassName
{
border-color: #8159FE;
}
</style>