Shades of Medium Slate Blue #7F80E9
Tints of Medium Slate Blue #7F80E9
RGB
CMYK
RGB Variations
Color information
#7F80E9 (or 0x7F80E9) is known color: Medium Slate Blue. HEX triplet: 7F, 80 and E9. RGB value is (127,128,233). Sum of RGB (Red+Green+Blue) = 127+128+233=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F80E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F80E9 is #807F16. Grayscale: #8B8B8B. Windows color (decimal): -8421143 or 15302783. OLE color: 15302783.
HSL color Cylindrical-coordinate representation of color #7F80E9: hue angle of 239.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F80E9 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 128 | 233 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.09 |
| HSL | 239.43º | 0.71% | 0.71% | - |
| HSV(B) | 239.43º | 0.45% | 0.91% | - |
| XYZ | 31.18 | 25.83 | 80.43 | - |
| YUV | 139.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 233 | 0.45 | 0.45 | 0 | 0.09 | 239.43 | 0.71 | 0.71 |
| Hex | 7F | 80 | E9 | 2D | 2D | 0 | 9 | EF | 47 | 47 |
| Octal | 177 | 200 | 351 | 55 | 55 | 0 | 11 | 357 | 107 | 107 |
| Binary | 1111111 | 10000000 | 11101001 | 101101 | 101101 | 0 | 1001 | 11101111 | 1000111 | 1000111 |
Color Harmonies of #7F80E9
Complementary color
Monochromatic Colors of #7F80E9
Black with #7F80E9
Text Example
Text Example
White with #7F80E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80E9; }
p { color: rgb(127,128,233); }
H1.HeaderClassName
{
color: #7F80E9;
}
.AnyTagClassName
{
color: #7F80E9;
}
</style>
background-color css
<style>
a { background-color: #7F80E9; }
a { background-color: rgb(127,128,233); }
div.DivClassName
{
background-color: #7F80E9;
}
.BgClassName
{
background-color: #7F80E9;
}
</style>
border-color css
<style>
span { border-color: #7F80E9; }
span { border-color: rgb(127,128,233); }
td.TdClassName
{
border-color: #7F80E9;
}
.TagClassName
{
border-color: #7F80E9;
}
</style>