Shades of Medium Slate Blue #8151EE
Tints of Medium Slate Blue #8151EE
RGB
CMYK
RGB Variations
Color information
#8151EE (or 0x8151EE) is known color: Medium Slate Blue. HEX triplet: 81, 51 and EE. RGB value is (129,81,238). Sum of RGB (Red+Green+Blue) = 129+81+238=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #8151EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151EE is #7EAE11. Grayscale: #707070. Windows color (decimal): -8302098 or 15618433. OLE color: 15618433.
HSL color Cylindrical-coordinate representation of color #8151EE: hue angle of 258.34º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8151EE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 81 | 238 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.07 |
| HSL | 258.34º | 0.82% | 0.63% | - |
| HSV(B) | 258.34º | 0.66% | 0.93% | - |
| XYZ | 27.43 | 16.73 | 82.67 | - |
| YUV | 113.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 238 | 0.46 | 0.66 | 0 | 0.07 | 258.34 | 0.82 | 0.63 |
| Hex | 81 | 51 | EE | 2E | 42 | 0 | 7 | 102 | 52 | 3F |
| Octal | 201 | 121 | 356 | 56 | 102 | 0 | 7 | 402 | 122 | 77 |
| Binary | 10000001 | 1010001 | 11101110 | 101110 | 1000010 | 0 | 111 | 100000010 | 1010010 | 111111 |
Color Harmonies of #8151EE
Complementary color
Monochromatic Colors of #8151EE
Black with #8151EE
Text Example
Text Example
White with #8151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151EE; }
p { color: rgb(129,81,238); }
H1.HeaderClassName
{
color: #8151EE;
}
.AnyTagClassName
{
color: #8151EE;
}
</style>
background-color css
<style>
a { background-color: #8151EE; }
a { background-color: rgb(129,81,238); }
div.DivClassName
{
background-color: #8151EE;
}
.BgClassName
{
background-color: #8151EE;
}
</style>
border-color css
<style>
span { border-color: #8151EE; }
span { border-color: rgb(129,81,238); }
td.TdClassName
{
border-color: #8151EE;
}
.TagClassName
{
border-color: #8151EE;
}
</style>