Shades of Medium Slate Blue #8077EE
Tints of Medium Slate Blue #8077EE
RGB
CMYK
RGB Variations
Color information
#8077EE (or 0x8077EE) is known color: Medium Slate Blue. HEX triplet: 80, 77 and EE. RGB value is (128,119,238). Sum of RGB (Red+Green+Blue) = 128+119+238=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 119 (46.88% from 255 or 24.54% 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 #8077EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8077EE is #7F8811. Grayscale: #868686. Windows color (decimal): -8357906 or 15628160. OLE color: 15628160.
HSL color Cylindrical-coordinate representation of color #8077EE: hue angle of 244.54º 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 #8077EE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 119 | 238 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.07 |
| HSL | 244.54º | 0.78% | 0.7% | - |
| HSV(B) | 244.54º | 0.5% | 0.93% | - |
| XYZ | 30.93 | 23.96 | 83.88 | - |
| YUV | 135.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 238 | 0.46 | 0.50 | 0 | 0.07 | 244.54 | 0.78 | 0.7 |
| Hex | 80 | 77 | EE | 2E | 32 | 0 | 7 | F5 | 4E | 46 |
| Octal | 200 | 167 | 356 | 56 | 62 | 0 | 7 | 365 | 116 | 106 |
| Binary | 10000000 | 1110111 | 11101110 | 101110 | 110010 | 0 | 111 | 11110101 | 1001110 | 1000110 |
Color Harmonies of #8077EE
Complementary color
Monochromatic Colors of #8077EE
Black with #8077EE
Text Example
Text Example
White with #8077EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077EE; }
p { color: rgb(128,119,238); }
H1.HeaderClassName
{
color: #8077EE;
}
.AnyTagClassName
{
color: #8077EE;
}
</style>
background-color css
<style>
a { background-color: #8077EE; }
a { background-color: rgb(128,119,238); }
div.DivClassName
{
background-color: #8077EE;
}
.BgClassName
{
background-color: #8077EE;
}
</style>
border-color css
<style>
span { border-color: #8077EE; }
span { border-color: rgb(128,119,238); }
td.TdClassName
{
border-color: #8077EE;
}
.TagClassName
{
border-color: #8077EE;
}
</style>