Shades of Medium Slate Blue #8077EC
Tints of Medium Slate Blue #8077EC
RGB
CMYK
RGB Variations
Color information
#8077EC (or 0x8077EC) is known color: Medium Slate Blue. HEX triplet: 80, 77 and EC. RGB value is (128,119,236). Sum of RGB (Red+Green+Blue) = 128+119+236=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8077EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8077EC is #7F8813. Grayscale: #868686. Windows color (decimal): -8357908 or 15497088. OLE color: 15497088.
HSL color Cylindrical-coordinate representation of color #8077EC: hue angle of 244.62º degrees, saturation: 0.75, 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 #8077EC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 119 | 236 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.07 |
| HSL | 244.62º | 0.75% | 0.7% | - |
| HSV(B) | 244.62º | 0.5% | 0.93% | - |
| XYZ | 30.64 | 23.84 | 82.34 | - |
| YUV | 135.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 236 | 0.46 | 0.50 | 0 | 0.07 | 244.62 | 0.75 | 0.7 |
| Hex | 80 | 77 | EC | 2E | 32 | 0 | 7 | F5 | 4B | 46 |
| Octal | 200 | 167 | 354 | 56 | 62 | 0 | 7 | 365 | 113 | 106 |
| Binary | 10000000 | 1110111 | 11101100 | 101110 | 110010 | 0 | 111 | 11110101 | 1001011 | 1000110 |
Color Harmonies of #8077EC
Complementary color
Monochromatic Colors of #8077EC
Black with #8077EC
Text Example
Text Example
White with #8077EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077EC; }
p { color: rgb(128,119,236); }
H1.HeaderClassName
{
color: #8077EC;
}
.AnyTagClassName
{
color: #8077EC;
}
</style>
background-color css
<style>
a { background-color: #8077EC; }
a { background-color: rgb(128,119,236); }
div.DivClassName
{
background-color: #8077EC;
}
.BgClassName
{
background-color: #8077EC;
}
</style>
border-color css
<style>
span { border-color: #8077EC; }
span { border-color: rgb(128,119,236); }
td.TdClassName
{
border-color: #8077EC;
}
.TagClassName
{
border-color: #8077EC;
}
</style>