Shades of Medium Slate Blue #8076E2
Tints of Medium Slate Blue #8076E2
RGB
CMYK
RGB Variations
Color information
#8076E2 (or 0x8076E2) is known color: Medium Slate Blue. HEX triplet: 80, 76 and E2. RGB value is (128,118,226). Sum of RGB (Red+Green+Blue) = 128+118+226=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #8076E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076E2 is #7F891D. Grayscale: #848484. Windows color (decimal): -8358174 or 14841472. OLE color: 14841472.
HSL color Cylindrical-coordinate representation of color #8076E2: hue angle of 245.56º 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 #8076E2 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 118 | 226 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.11 |
| HSL | 245.56º | 0.65% | 0.67% | - |
| HSV(B) | 245.56º | 0.48% | 0.89% | - |
| XYZ | 29.11 | 23.04 | 74.86 | - |
| YUV | 133.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 226 | 0.43 | 0.48 | 0 | 0.11 | 245.56 | 0.65 | 0.67 |
| Hex | 80 | 76 | E2 | 2B | 30 | 0 | B | F6 | 41 | 43 |
| Octal | 200 | 166 | 342 | 53 | 60 | 0 | 13 | 366 | 101 | 103 |
| Binary | 10000000 | 1110110 | 11100010 | 101011 | 110000 | 0 | 1011 | 11110110 | 1000001 | 1000011 |
Color Harmonies of #8076E2
Complementary color
Monochromatic Colors of #8076E2
Black with #8076E2
Text Example
Text Example
White with #8076E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076E2; }
p { color: rgb(128,118,226); }
H1.HeaderClassName
{
color: #8076E2;
}
.AnyTagClassName
{
color: #8076E2;
}
</style>
background-color css
<style>
a { background-color: #8076E2; }
a { background-color: rgb(128,118,226); }
div.DivClassName
{
background-color: #8076E2;
}
.BgClassName
{
background-color: #8076E2;
}
</style>
border-color css
<style>
span { border-color: #8076E2; }
span { border-color: rgb(128,118,226); }
td.TdClassName
{
border-color: #8076E2;
}
.TagClassName
{
border-color: #8076E2;
}
</style>