Shades of Medium Slate Blue #8179EC
Tints of Medium Slate Blue #8179EC
RGB
CMYK
RGB Variations
Color information
#8179EC (or 0x8179EC) is known color: Medium Slate Blue. HEX triplet: 81, 79 and EC. RGB value is (129,121,236). Sum of RGB (Red+Green+Blue) = 129+121+236=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8179EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8179EC is #7E8613. Grayscale: #888888. Windows color (decimal): -8291860 or 15497601. OLE color: 15497601.
HSL color Cylindrical-coordinate representation of color #8179EC: hue angle of 244.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8179EC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 121 | 236 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.07 |
| HSL | 244.17º | 0.75% | 0.7% | - |
| HSV(B) | 244.17º | 0.49% | 0.93% | - |
| XYZ | 31.03 | 24.4 | 82.43 | - |
| YUV | 136.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 236 | 0.45 | 0.49 | 0 | 0.07 | 244.17 | 0.75 | 0.7 |
| Hex | 81 | 79 | EC | 2D | 31 | 0 | 7 | F4 | 4B | 46 |
| Octal | 201 | 171 | 354 | 55 | 61 | 0 | 7 | 364 | 113 | 106 |
| Binary | 10000001 | 1111001 | 11101100 | 101101 | 110001 | 0 | 111 | 11110100 | 1001011 | 1000110 |
Color Harmonies of #8179EC
Complementary color
Monochromatic Colors of #8179EC
Black with #8179EC
Text Example
Text Example
White with #8179EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179EC; }
p { color: rgb(129,121,236); }
H1.HeaderClassName
{
color: #8179EC;
}
.AnyTagClassName
{
color: #8179EC;
}
</style>
background-color css
<style>
a { background-color: #8179EC; }
a { background-color: rgb(129,121,236); }
div.DivClassName
{
background-color: #8179EC;
}
.BgClassName
{
background-color: #8179EC;
}
</style>
border-color css
<style>
span { border-color: #8179EC; }
span { border-color: rgb(129,121,236); }
td.TdClassName
{
border-color: #8179EC;
}
.TagClassName
{
border-color: #8179EC;
}
</style>