Shades of Medium Slate Blue #807FE9
Tints of Medium Slate Blue #807FE9
RGB
CMYK
RGB Variations
Color information
#807FE9 (or 0x807FE9) is known color: Medium Slate Blue. HEX triplet: 80, 7F and E9. RGB value is (128,127,233). Sum of RGB (Red+Green+Blue) = 128+127+233=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 127 (50% from 255 or 26.02% 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 #807FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FE9 is #7F8016. Grayscale: #8A8A8A. Windows color (decimal): -8355863 or 15302528. OLE color: 15302528.
HSL color Cylindrical-coordinate representation of color #807FE9: hue angle of 240.57º 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 #807FE9 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 127 | 233 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.09 |
| HSL | 240.57º | 0.71% | 0.71% | - |
| HSV(B) | 240.57º | 0.45% | 0.91% | - |
| XYZ | 31.2 | 25.65 | 80.4 | - |
| YUV | 139.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 233 | 0.45 | 0.45 | 0 | 0.09 | 240.57 | 0.71 | 0.71 |
| Hex | 80 | 7F | E9 | 2D | 2D | 0 | 9 | F1 | 47 | 47 |
| Octal | 200 | 177 | 351 | 55 | 55 | 0 | 11 | 361 | 107 | 107 |
| Binary | 10000000 | 1111111 | 11101001 | 101101 | 101101 | 0 | 1001 | 11110001 | 1000111 | 1000111 |
Color Harmonies of #807FE9
Complementary color
Monochromatic Colors of #807FE9
Black with #807FE9
Text Example
Text Example
White with #807FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FE9; }
p { color: rgb(128,127,233); }
H1.HeaderClassName
{
color: #807FE9;
}
.AnyTagClassName
{
color: #807FE9;
}
</style>
background-color css
<style>
a { background-color: #807FE9; }
a { background-color: rgb(128,127,233); }
div.DivClassName
{
background-color: #807FE9;
}
.BgClassName
{
background-color: #807FE9;
}
</style>
border-color css
<style>
span { border-color: #807FE9; }
span { border-color: rgb(128,127,233); }
td.TdClassName
{
border-color: #807FE9;
}
.TagClassName
{
border-color: #807FE9;
}
</style>