Shades of Medium Slate Blue #807FEC
Tints of Medium Slate Blue #807FEC
RGB
CMYK
RGB Variations
Color information
#807FEC (or 0x807FEC) is known color: Medium Slate Blue. HEX triplet: 80, 7F and EC. RGB value is (128,127,236). Sum of RGB (Red+Green+Blue) = 128+127+236=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #807FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FEC is #7F8013. Grayscale: #8B8B8B. Windows color (decimal): -8355860 or 15499136. OLE color: 15499136.
HSL color Cylindrical-coordinate representation of color #807FEC: hue angle of 240.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #807FEC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 127 | 236 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.07 |
| HSL | 240.55º | 0.74% | 0.71% | - |
| HSV(B) | 240.55º | 0.46% | 0.93% | - |
| XYZ | 31.63 | 25.82 | 82.67 | - |
| YUV | 139.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 236 | 0.46 | 0.46 | 0 | 0.07 | 240.55 | 0.74 | 0.71 |
| Hex | 80 | 7F | EC | 2E | 2E | 0 | 7 | F1 | 4A | 47 |
| Octal | 200 | 177 | 354 | 56 | 56 | 0 | 7 | 361 | 112 | 107 |
| Binary | 10000000 | 1111111 | 11101100 | 101110 | 101110 | 0 | 111 | 11110001 | 1001010 | 1000111 |
Color Harmonies of #807FEC
Complementary color
Monochromatic Colors of #807FEC
Black with #807FEC
Text Example
Text Example
White with #807FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FEC; }
p { color: rgb(128,127,236); }
H1.HeaderClassName
{
color: #807FEC;
}
.AnyTagClassName
{
color: #807FEC;
}
</style>
background-color css
<style>
a { background-color: #807FEC; }
a { background-color: rgb(128,127,236); }
div.DivClassName
{
background-color: #807FEC;
}
.BgClassName
{
background-color: #807FEC;
}
</style>
border-color css
<style>
span { border-color: #807FEC; }
span { border-color: rgb(128,127,236); }
td.TdClassName
{
border-color: #807FEC;
}
.TagClassName
{
border-color: #807FEC;
}
</style>