Shades of Medium Slate Blue #8156FA
Tints of Medium Slate Blue #8156FA
RGB
CMYK
RGB Variations
Color information
#8156FA (or 0x8156FA) is known color: Medium Slate Blue. HEX triplet: 81, 56 and FA. RGB value is (129,86,250). Sum of RGB (Red+Green+Blue) = 129+86+250=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #8156FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8156FA is #7EA905. Grayscale: #747474. Windows color (decimal): -8300806 or 16406145. OLE color: 16406145.
HSL color Cylindrical-coordinate representation of color #8156FA: hue angle of 255.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8156FA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 86 | 250 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.02 |
| HSL | 255.73º | 0.94% | 0.66% | - |
| HSV(B) | 255.73º | 0.66% | 0.98% | - |
| XYZ | 29.64 | 18.22 | 92.4 | - |
| YUV | 117.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 250 | 0.48 | 0.66 | 0 | 0.02 | 255.73 | 0.94 | 0.66 |
| Hex | 81 | 56 | FA | 30 | 42 | 0 | 2 | 100 | 5E | 42 |
| Octal | 201 | 126 | 372 | 60 | 102 | 0 | 2 | 400 | 136 | 102 |
| Binary | 10000001 | 1010110 | 11111010 | 110000 | 1000010 | 0 | 10 | 100000000 | 1011110 | 1000010 |
Color Harmonies of #8156FA
Complementary color
Monochromatic Colors of #8156FA
Black with #8156FA
Text Example
Text Example
White with #8156FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8156FA; }
p { color: rgb(129,86,250); }
H1.HeaderClassName
{
color: #8156FA;
}
.AnyTagClassName
{
color: #8156FA;
}
</style>
background-color css
<style>
a { background-color: #8156FA; }
a { background-color: rgb(129,86,250); }
div.DivClassName
{
background-color: #8156FA;
}
.BgClassName
{
background-color: #8156FA;
}
</style>
border-color css
<style>
span { border-color: #8156FA; }
span { border-color: rgb(129,86,250); }
td.TdClassName
{
border-color: #8156FA;
}
.TagClassName
{
border-color: #8156FA;
}
</style>