Shades of Medium Slate Blue #807BE0
Tints of Medium Slate Blue #807BE0
RGB
CMYK
RGB Variations
Color information
#807BE0 (or 0x807BE0) is known color: Medium Slate Blue. HEX triplet: 80, 7B and E0. RGB value is (128,123,224). Sum of RGB (Red+Green+Blue) = 128+123+224=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #807BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BE0 is #7F841F. Grayscale: #878787. Windows color (decimal): -8356896 or 14711680. OLE color: 14711680.
HSL color Cylindrical-coordinate representation of color #807BE0: hue angle of 242.97º 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 #807BE0 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 123 | 224 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.12 |
| HSL | 242.97º | 0.62% | 0.68% | - |
| HSV(B) | 242.97º | 0.45% | 0.88% | - |
| XYZ | 29.44 | 24.14 | 73.63 | - |
| YUV | 136.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 224 | 0.43 | 0.45 | 0 | 0.12 | 242.97 | 0.62 | 0.68 |
| Hex | 80 | 7B | E0 | 2B | 2D | 0 | C | F3 | 3E | 44 |
| Octal | 200 | 173 | 340 | 53 | 55 | 0 | 14 | 363 | 76 | 104 |
| Binary | 10000000 | 1111011 | 11100000 | 101011 | 101101 | 0 | 1100 | 11110011 | 111110 | 1000100 |
Color Harmonies of #807BE0
Complementary color
Monochromatic Colors of #807BE0
Black with #807BE0
Text Example
Text Example
White with #807BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BE0; }
p { color: rgb(128,123,224); }
H1.HeaderClassName
{
color: #807BE0;
}
.AnyTagClassName
{
color: #807BE0;
}
</style>
background-color css
<style>
a { background-color: #807BE0; }
a { background-color: rgb(128,123,224); }
div.DivClassName
{
background-color: #807BE0;
}
.BgClassName
{
background-color: #807BE0;
}
</style>
border-color css
<style>
span { border-color: #807BE0; }
span { border-color: rgb(128,123,224); }
td.TdClassName
{
border-color: #807BE0;
}
.TagClassName
{
border-color: #807BE0;
}
</style>