Shades of Medium Slate Blue #8156FE
Tints of Medium Slate Blue #8156FE
RGB
CMYK
RGB Variations
Color information
#8156FE (or 0x8156FE) is known color: Medium Slate Blue. HEX triplet: 81, 56 and FE. RGB value is (129,86,254). Sum of RGB (Red+Green+Blue) = 129+86+254=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #8156FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8156FE is #7EA901. Grayscale: #757575. Windows color (decimal): -8300802 or 16668289. OLE color: 16668289.
HSL color Cylindrical-coordinate representation of color #8156FE: hue angle of 255.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8156FE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 86 | 254 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.00 |
| HSL | 255.36º | 0.99% | 0.67% | - |
| HSV(B) | 255.36º | 0.66% | 1% | - |
| XYZ | 30.27 | 18.48 | 95.74 | - |
| YUV | 118.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 254 | 0.49 | 0.66 | 0 | 0.00 | 255.36 | 0.99 | 0.67 |
| Hex | 81 | 56 | FE | 31 | 42 | 0 | 0 | FF | 63 | 43 |
| Octal | 201 | 126 | 376 | 61 | 102 | 0 | 0 | 377 | 143 | 103 |
| Binary | 10000001 | 1010110 | 11111110 | 110001 | 1000010 | 0 | 0 | 11111111 | 1100011 | 1000011 |
Color Harmonies of #8156FE
Complementary color
Monochromatic Colors of #8156FE
Black with #8156FE
Text Example
Text Example
White with #8156FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8156FE; }
p { color: rgb(129,86,254); }
H1.HeaderClassName
{
color: #8156FE;
}
.AnyTagClassName
{
color: #8156FE;
}
</style>
background-color css
<style>
a { background-color: #8156FE; }
a { background-color: rgb(129,86,254); }
div.DivClassName
{
background-color: #8156FE;
}
.BgClassName
{
background-color: #8156FE;
}
</style>
border-color css
<style>
span { border-color: #8156FE; }
span { border-color: rgb(129,86,254); }
td.TdClassName
{
border-color: #8156FE;
}
.TagClassName
{
border-color: #8156FE;
}
</style>