Shades of Medium Slate Blue #8176E2
Tints of Medium Slate Blue #8176E2
RGB
CMYK
RGB Variations
Color information
#8176E2 (or 0x8176E2) is known color: Medium Slate Blue. HEX triplet: 81, 76 and E2. RGB value is (129,118,226). Sum of RGB (Red+Green+Blue) = 129+118+226=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #8176E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176E2 is #7E891D. Grayscale: #858585. Windows color (decimal): -8292638 or 14841473. OLE color: 14841473.
HSL color Cylindrical-coordinate representation of color #8176E2: hue angle of 246.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8176E2 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 118 | 226 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.11 |
| HSL | 246.11º | 0.65% | 0.67% | - |
| HSV(B) | 246.11º | 0.48% | 0.89% | - |
| XYZ | 29.26 | 23.11 | 74.87 | - |
| YUV | 133.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 226 | 0.43 | 0.48 | 0 | 0.11 | 246.11 | 0.65 | 0.67 |
| Hex | 81 | 76 | E2 | 2B | 30 | 0 | B | F6 | 41 | 43 |
| Octal | 201 | 166 | 342 | 53 | 60 | 0 | 13 | 366 | 101 | 103 |
| Binary | 10000001 | 1110110 | 11100010 | 101011 | 110000 | 0 | 1011 | 11110110 | 1000001 | 1000011 |
Color Harmonies of #8176E2
Complementary color
Monochromatic Colors of #8176E2
Black with #8176E2
Text Example
Text Example
White with #8176E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176E2; }
p { color: rgb(129,118,226); }
H1.HeaderClassName
{
color: #8176E2;
}
.AnyTagClassName
{
color: #8176E2;
}
</style>
background-color css
<style>
a { background-color: #8176E2; }
a { background-color: rgb(129,118,226); }
div.DivClassName
{
background-color: #8176E2;
}
.BgClassName
{
background-color: #8176E2;
}
</style>
border-color css
<style>
span { border-color: #8176E2; }
span { border-color: rgb(129,118,226); }
td.TdClassName
{
border-color: #8176E2;
}
.TagClassName
{
border-color: #8176E2;
}
</style>