Shades of Medium Slate Blue #8176EE
Tints of Medium Slate Blue #8176EE
RGB
CMYK
RGB Variations
Color information
#8176EE (or 0x8176EE) is known color: Medium Slate Blue. HEX triplet: 81, 76 and EE. RGB value is (129,118,238). Sum of RGB (Red+Green+Blue) = 129+118+238=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #8176EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8176EE is #7E8911. Grayscale: #868686. Windows color (decimal): -8292626 or 15627905. OLE color: 15627905.
HSL color Cylindrical-coordinate representation of color #8176EE: hue angle of 245.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8176EE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 118 | 238 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.07 |
| HSL | 245.5º | 0.78% | 0.7% | - |
| HSV(B) | 245.5º | 0.5% | 0.93% | - |
| XYZ | 30.96 | 23.8 | 83.85 | - |
| YUV | 134.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 238 | 0.46 | 0.50 | 0 | 0.07 | 245.5 | 0.78 | 0.7 |
| Hex | 81 | 76 | EE | 2E | 32 | 0 | 7 | F6 | 4E | 46 |
| Octal | 201 | 166 | 356 | 56 | 62 | 0 | 7 | 366 | 116 | 106 |
| Binary | 10000001 | 1110110 | 11101110 | 101110 | 110010 | 0 | 111 | 11110110 | 1001110 | 1000110 |
Color Harmonies of #8176EE
Complementary color
Monochromatic Colors of #8176EE
Black with #8176EE
Text Example
Text Example
White with #8176EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176EE; }
p { color: rgb(129,118,238); }
H1.HeaderClassName
{
color: #8176EE;
}
.AnyTagClassName
{
color: #8176EE;
}
</style>
background-color css
<style>
a { background-color: #8176EE; }
a { background-color: rgb(129,118,238); }
div.DivClassName
{
background-color: #8176EE;
}
.BgClassName
{
background-color: #8176EE;
}
</style>
border-color css
<style>
span { border-color: #8176EE; }
span { border-color: rgb(129,118,238); }
td.TdClassName
{
border-color: #8176EE;
}
.TagClassName
{
border-color: #8176EE;
}
</style>