Shades of Medium Slate Blue #8161E3
Tints of Medium Slate Blue #8161E3
RGB
CMYK
RGB Variations
Color information
#8161E3 (or 0x8161E3) is known color: Medium Slate Blue. HEX triplet: 81, 61 and E3. RGB value is (129,97,227). Sum of RGB (Red+Green+Blue) = 129+97+227=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #8161E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8161E3 is #7E9E1C. Grayscale: #787878. Windows color (decimal): -8298013 or 14901633. OLE color: 14901633.
HSL color Cylindrical-coordinate representation of color #8161E3: hue angle of 254.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8161E3 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 97 | 227 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.11 |
| HSL | 254.77º | 0.7% | 0.64% | - |
| HSV(B) | 254.77º | 0.57% | 0.89% | - |
| XYZ | 27.19 | 18.76 | 74.86 | - |
| YUV | 121.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 227 | 0.43 | 0.57 | 0 | 0.11 | 254.77 | 0.7 | 0.64 |
| Hex | 81 | 61 | E3 | 2B | 39 | 0 | B | FF | 46 | 40 |
| Octal | 201 | 141 | 343 | 53 | 71 | 0 | 13 | 377 | 106 | 100 |
| Binary | 10000001 | 1100001 | 11100011 | 101011 | 111001 | 0 | 1011 | 11111111 | 1000110 | 1000000 |
Color Harmonies of #8161E3
Complementary color
Monochromatic Colors of #8161E3
Black with #8161E3
Text Example
Text Example
White with #8161E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8161E3; }
p { color: rgb(129,97,227); }
H1.HeaderClassName
{
color: #8161E3;
}
.AnyTagClassName
{
color: #8161E3;
}
</style>
background-color css
<style>
a { background-color: #8161E3; }
a { background-color: rgb(129,97,227); }
div.DivClassName
{
background-color: #8161E3;
}
.BgClassName
{
background-color: #8161E3;
}
</style>
border-color css
<style>
span { border-color: #8161E3; }
span { border-color: rgb(129,97,227); }
td.TdClassName
{
border-color: #8161E3;
}
.TagClassName
{
border-color: #8161E3;
}
</style>