Shades of Medium Slate Blue #8151FE
Tints of Medium Slate Blue #8151FE
RGB
CMYK
RGB Variations
Color information
#8151FE (or 0x8151FE) is known color: Medium Slate Blue. HEX triplet: 81, 51 and FE. RGB value is (129,81,254). Sum of RGB (Red+Green+Blue) = 129+81+254=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #8151FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151FE is #7EAE01. Grayscale: #727272. Windows color (decimal): -8302082 or 16667009. OLE color: 16667009.
HSL color Cylindrical-coordinate representation of color #8151FE: hue angle of 256.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8151FE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 81 | 254 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.00 |
| HSL | 256.65º | 0.99% | 0.66% | - |
| HSV(B) | 256.65º | 0.68% | 1% | - |
| XYZ | 29.89 | 17.71 | 95.61 | - |
| YUV | 115.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 254 | 0.49 | 0.68 | 0 | 0.00 | 256.65 | 0.99 | 0.66 |
| Hex | 81 | 51 | FE | 31 | 44 | 0 | 0 | 101 | 63 | 42 |
| Octal | 201 | 121 | 376 | 61 | 104 | 0 | 0 | 401 | 143 | 102 |
| Binary | 10000001 | 1010001 | 11111110 | 110001 | 1000100 | 0 | 0 | 100000001 | 1100011 | 1000010 |
Color Harmonies of #8151FE
Complementary color
Monochromatic Colors of #8151FE
Black with #8151FE
Text Example
Text Example
White with #8151FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151FE; }
p { color: rgb(129,81,254); }
H1.HeaderClassName
{
color: #8151FE;
}
.AnyTagClassName
{
color: #8151FE;
}
</style>
background-color css
<style>
a { background-color: #8151FE; }
a { background-color: rgb(129,81,254); }
div.DivClassName
{
background-color: #8151FE;
}
.BgClassName
{
background-color: #8151FE;
}
</style>
border-color css
<style>
span { border-color: #8151FE; }
span { border-color: rgb(129,81,254); }
td.TdClassName
{
border-color: #8151FE;
}
.TagClassName
{
border-color: #8151FE;
}
</style>