Shades of Medium Slate Blue #807FE6
Tints of Medium Slate Blue #807FE6
RGB
CMYK
RGB Variations
Color information
#807FE6 (or 0x807FE6) is known color: Medium Slate Blue. HEX triplet: 80, 7F and E6. RGB value is (128,127,230). Sum of RGB (Red+Green+Blue) = 128+127+230=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #807FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FE6 is #7F8019. Grayscale: #8A8A8A. Windows color (decimal): -8355866 or 15105920. OLE color: 15105920.
HSL color Cylindrical-coordinate representation of color #807FE6: hue angle of 240.58º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807FE6 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 127 | 230 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.10 |
| HSL | 240.58º | 0.67% | 0.7% | - |
| HSV(B) | 240.58º | 0.45% | 0.9% | - |
| XYZ | 30.77 | 25.48 | 78.16 | - |
| YUV | 139.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 230 | 0.44 | 0.45 | 0 | 0.10 | 240.58 | 0.67 | 0.7 |
| Hex | 80 | 7F | E6 | 2C | 2D | 0 | A | F1 | 43 | 46 |
| Octal | 200 | 177 | 346 | 54 | 55 | 0 | 12 | 361 | 103 | 106 |
| Binary | 10000000 | 1111111 | 11100110 | 101100 | 101101 | 0 | 1010 | 11110001 | 1000011 | 1000110 |
Color Harmonies of #807FE6
Complementary color
Monochromatic Colors of #807FE6
Black with #807FE6
Text Example
Text Example
White with #807FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FE6; }
p { color: rgb(128,127,230); }
H1.HeaderClassName
{
color: #807FE6;
}
.AnyTagClassName
{
color: #807FE6;
}
</style>
background-color css
<style>
a { background-color: #807FE6; }
a { background-color: rgb(128,127,230); }
div.DivClassName
{
background-color: #807FE6;
}
.BgClassName
{
background-color: #807FE6;
}
</style>
border-color css
<style>
span { border-color: #807FE6; }
span { border-color: rgb(128,127,230); }
td.TdClassName
{
border-color: #807FE6;
}
.TagClassName
{
border-color: #807FE6;
}
</style>