Shades of Medium Slate Blue #8051E7
Tints of Medium Slate Blue #8051E7
RGB
CMYK
RGB Variations
Color information
#8051E7 (or 0x8051E7) is known color: Medium Slate Blue. HEX triplet: 80, 51 and E7. RGB value is (128,81,231). Sum of RGB (Red+Green+Blue) = 128+81+231=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #8051E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051E7 is #7FAE18. Grayscale: #6F6F6F. Windows color (decimal): -8367641 or 15159680. OLE color: 15159680.
HSL color Cylindrical-coordinate representation of color #8051E7: hue angle of 258.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8051E7 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 81 | 231 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.09 |
| HSL | 258.8º | 0.76% | 0.61% | - |
| HSV(B) | 258.8º | 0.65% | 0.91% | - |
| XYZ | 26.27 | 16.24 | 77.35 | - |
| YUV | 112.15 | 195.07 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 231 | 0.45 | 0.65 | 0 | 0.09 | 258.8 | 0.76 | 0.61 |
| Hex | 80 | 51 | E7 | 2D | 41 | 0 | 9 | 103 | 4C | 3D |
| Octal | 200 | 121 | 347 | 55 | 101 | 0 | 11 | 403 | 114 | 75 |
| Binary | 10000000 | 1010001 | 11100111 | 101101 | 1000001 | 0 | 1001 | 100000011 | 1001100 | 111101 |
Color Harmonies of #8051E7
Complementary color
Monochromatic Colors of #8051E7
Black with #8051E7
Text Example
Text Example
White with #8051E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051E7; }
p { color: rgb(128,81,231); }
H1.HeaderClassName
{
color: #8051E7;
}
.AnyTagClassName
{
color: #8051E7;
}
</style>
background-color css
<style>
a { background-color: #8051E7; }
a { background-color: rgb(128,81,231); }
div.DivClassName
{
background-color: #8051E7;
}
.BgClassName
{
background-color: #8051E7;
}
</style>
border-color css
<style>
span { border-color: #8051E7; }
span { border-color: rgb(128,81,231); }
td.TdClassName
{
border-color: #8051E7;
}
.TagClassName
{
border-color: #8051E7;
}
</style>