Shades of Medium Slate Blue #807FE8
Tints of Medium Slate Blue #807FE8
RGB
CMYK
RGB Variations
Color information
#807FE8 (or 0x807FE8) is known color: Medium Slate Blue. HEX triplet: 80, 7F and E8. RGB value is (128,127,232). Sum of RGB (Red+Green+Blue) = 128+127+232=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #807FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FE8 is #7F8017. Grayscale: #8A8A8A. Windows color (decimal): -8355864 or 15236992. OLE color: 15236992.
HSL color Cylindrical-coordinate representation of color #807FE8: hue angle of 240.57º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807FE8 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 127 | 232 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.09 |
| HSL | 240.57º | 0.7% | 0.7% | - |
| HSV(B) | 240.57º | 0.45% | 0.91% | - |
| XYZ | 31.06 | 25.59 | 79.65 | - |
| YUV | 139.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 232 | 0.45 | 0.45 | 0 | 0.09 | 240.57 | 0.7 | 0.7 |
| Hex | 80 | 7F | E8 | 2D | 2D | 0 | 9 | F1 | 46 | 46 |
| Octal | 200 | 177 | 350 | 55 | 55 | 0 | 11 | 361 | 106 | 106 |
| Binary | 10000000 | 1111111 | 11101000 | 101101 | 101101 | 0 | 1001 | 11110001 | 1000110 | 1000110 |
Color Harmonies of #807FE8
Complementary color
Monochromatic Colors of #807FE8
Black with #807FE8
Text Example
Text Example
White with #807FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FE8; }
p { color: rgb(128,127,232); }
H1.HeaderClassName
{
color: #807FE8;
}
.AnyTagClassName
{
color: #807FE8;
}
</style>
background-color css
<style>
a { background-color: #807FE8; }
a { background-color: rgb(128,127,232); }
div.DivClassName
{
background-color: #807FE8;
}
.BgClassName
{
background-color: #807FE8;
}
</style>
border-color css
<style>
span { border-color: #807FE8; }
span { border-color: rgb(128,127,232); }
td.TdClassName
{
border-color: #807FE8;
}
.TagClassName
{
border-color: #807FE8;
}
</style>