Shades of Medium Slate Blue #8176EF
Tints of Medium Slate Blue #8176EF
RGB
CMYK
RGB Variations
Color information
#8176EF (or 0x8176EF) is known color: Medium Slate Blue. HEX triplet: 81, 76 and EF. RGB value is (129,118,239). Sum of RGB (Red+Green+Blue) = 129+118+239=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #8176EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8176EF is #7E8910. Grayscale: #868686. Windows color (decimal): -8292625 or 15693441. OLE color: 15693441.
HSL color Cylindrical-coordinate representation of color #8176EF: hue angle of 245.45º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8176EF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 118 | 239 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.06 |
| HSL | 245.45º | 0.79% | 0.7% | - |
| HSV(B) | 245.45º | 0.51% | 0.94% | - |
| XYZ | 31.11 | 23.86 | 84.63 | - |
| YUV | 135.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 239 | 0.46 | 0.51 | 0 | 0.06 | 245.45 | 0.79 | 0.7 |
| Hex | 81 | 76 | EF | 2E | 33 | 0 | 6 | F5 | 4F | 46 |
| Octal | 201 | 166 | 357 | 56 | 63 | 0 | 6 | 365 | 117 | 106 |
| Binary | 10000001 | 1110110 | 11101111 | 101110 | 110011 | 0 | 110 | 11110101 | 1001111 | 1000110 |
Color Harmonies of #8176EF
Complementary color
Monochromatic Colors of #8176EF
Black with #8176EF
Text Example
Text Example
White with #8176EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176EF; }
p { color: rgb(129,118,239); }
H1.HeaderClassName
{
color: #8176EF;
}
.AnyTagClassName
{
color: #8176EF;
}
</style>
background-color css
<style>
a { background-color: #8176EF; }
a { background-color: rgb(129,118,239); }
div.DivClassName
{
background-color: #8176EF;
}
.BgClassName
{
background-color: #8176EF;
}
</style>
border-color css
<style>
span { border-color: #8176EF; }
span { border-color: rgb(129,118,239); }
td.TdClassName
{
border-color: #8176EF;
}
.TagClassName
{
border-color: #8176EF;
}
</style>