Shades of Medium Slate Blue #8151FD
Tints of Medium Slate Blue #8151FD
RGB
CMYK
RGB Variations
Color information
#8151FD (or 0x8151FD) is known color: Medium Slate Blue. HEX triplet: 81, 51 and FD. RGB value is (129,81,253). Sum of RGB (Red+Green+Blue) = 129+81+253=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #8151FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151FD is #7EAE02. Grayscale: #727272. Windows color (decimal): -8302083 or 16601473. OLE color: 16601473.
HSL color Cylindrical-coordinate representation of color #8151FD: hue angle of 256.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8151FD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 81 | 253 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.01 |
| HSL | 256.74º | 0.98% | 0.65% | - |
| HSV(B) | 256.74º | 0.68% | 0.99% | - |
| XYZ | 29.73 | 17.64 | 94.77 | - |
| YUV | 114.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 253 | 0.49 | 0.68 | 0 | 0.01 | 256.74 | 0.98 | 0.65 |
| Hex | 81 | 51 | FD | 31 | 44 | 0 | 1 | 101 | 62 | 41 |
| Octal | 201 | 121 | 375 | 61 | 104 | 0 | 1 | 401 | 142 | 101 |
| Binary | 10000001 | 1010001 | 11111101 | 110001 | 1000100 | 0 | 1 | 100000001 | 1100010 | 1000001 |
Color Harmonies of #8151FD
Complementary color
Monochromatic Colors of #8151FD
Black with #8151FD
Text Example
Text Example
White with #8151FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151FD; }
p { color: rgb(129,81,253); }
H1.HeaderClassName
{
color: #8151FD;
}
.AnyTagClassName
{
color: #8151FD;
}
</style>
background-color css
<style>
a { background-color: #8151FD; }
a { background-color: rgb(129,81,253); }
div.DivClassName
{
background-color: #8151FD;
}
.BgClassName
{
background-color: #8151FD;
}
</style>
border-color css
<style>
span { border-color: #8151FD; }
span { border-color: rgb(129,81,253); }
td.TdClassName
{
border-color: #8151FD;
}
.TagClassName
{
border-color: #8151FD;
}
</style>