Shades of Medium Slate Blue #807CE0
Tints of Medium Slate Blue #807CE0
RGB
CMYK
RGB Variations
Color information
#807CE0 (or 0x807CE0) is known color: Medium Slate Blue. HEX triplet: 80, 7C and E0. RGB value is (128,124,224). Sum of RGB (Red+Green+Blue) = 128+124+224=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #807CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CE0 is #7F831F. Grayscale: #888888. Windows color (decimal): -8356640 or 14711936. OLE color: 14711936.
HSL color Cylindrical-coordinate representation of color #807CE0: hue angle of 242.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807CE0 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 124 | 224 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.12 |
| HSL | 242.4º | 0.62% | 0.68% | - |
| HSV(B) | 242.4º | 0.45% | 0.88% | - |
| XYZ | 29.56 | 24.39 | 73.67 | - |
| YUV | 136.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 224 | 0.43 | 0.45 | 0 | 0.12 | 242.4 | 0.62 | 0.68 |
| Hex | 80 | 7C | E0 | 2B | 2D | 0 | C | F2 | 3E | 44 |
| Octal | 200 | 174 | 340 | 53 | 55 | 0 | 14 | 362 | 76 | 104 |
| Binary | 10000000 | 1111100 | 11100000 | 101011 | 101101 | 0 | 1100 | 11110010 | 111110 | 1000100 |
Color Harmonies of #807CE0
Complementary color
Monochromatic Colors of #807CE0
Black with #807CE0
Text Example
Text Example
White with #807CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CE0; }
p { color: rgb(128,124,224); }
H1.HeaderClassName
{
color: #807CE0;
}
.AnyTagClassName
{
color: #807CE0;
}
</style>
background-color css
<style>
a { background-color: #807CE0; }
a { background-color: rgb(128,124,224); }
div.DivClassName
{
background-color: #807CE0;
}
.BgClassName
{
background-color: #807CE0;
}
</style>
border-color css
<style>
span { border-color: #807CE0; }
span { border-color: rgb(128,124,224); }
td.TdClassName
{
border-color: #807CE0;
}
.TagClassName
{
border-color: #807CE0;
}
</style>