Shades of Medium Slate Blue #8172EC
Tints of Medium Slate Blue #8172EC
RGB
CMYK
RGB Variations
Color information
#8172EC (or 0x8172EC) is known color: Medium Slate Blue. HEX triplet: 81, 72 and EC. RGB value is (129,114,236). Sum of RGB (Red+Green+Blue) = 129+114+236=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #8172EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8172EC is #7E8D13. Grayscale: #838383. Windows color (decimal): -8293652 or 15495809. OLE color: 15495809.
HSL color Cylindrical-coordinate representation of color #8172EC: hue angle of 247.38º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8172EC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 114 | 236 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.07 |
| HSL | 247.38º | 0.76% | 0.69% | - |
| HSV(B) | 247.38º | 0.52% | 0.93% | - |
| XYZ | 30.21 | 22.76 | 82.16 | - |
| YUV | 132.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 236 | 0.45 | 0.52 | 0 | 0.07 | 247.38 | 0.76 | 0.69 |
| Hex | 81 | 72 | EC | 2D | 34 | 0 | 7 | F7 | 4C | 45 |
| Octal | 201 | 162 | 354 | 55 | 64 | 0 | 7 | 367 | 114 | 105 |
| Binary | 10000001 | 1110010 | 11101100 | 101101 | 110100 | 0 | 111 | 11110111 | 1001100 | 1000101 |
Color Harmonies of #8172EC
Complementary color
Monochromatic Colors of #8172EC
Black with #8172EC
Text Example
Text Example
White with #8172EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172EC; }
p { color: rgb(129,114,236); }
H1.HeaderClassName
{
color: #8172EC;
}
.AnyTagClassName
{
color: #8172EC;
}
</style>
background-color css
<style>
a { background-color: #8172EC; }
a { background-color: rgb(129,114,236); }
div.DivClassName
{
background-color: #8172EC;
}
.BgClassName
{
background-color: #8172EC;
}
</style>
border-color css
<style>
span { border-color: #8172EC; }
span { border-color: rgb(129,114,236); }
td.TdClassName
{
border-color: #8172EC;
}
.TagClassName
{
border-color: #8172EC;
}
</style>