Shades of Medium Slate Blue #807DE5
Tints of Medium Slate Blue #807DE5
RGB
CMYK
RGB Variations
Color information
#807DE5 (or 0x807DE5) is known color: Medium Slate Blue. HEX triplet: 80, 7D and E5. RGB value is (128,125,229). Sum of RGB (Red+Green+Blue) = 128+125+229=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #807DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DE5 is #7F821A. Grayscale: #898989. Windows color (decimal): -8356379 or 15039872. OLE color: 15039872.
HSL color Cylindrical-coordinate representation of color #807DE5: hue angle of 241.73º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807DE5 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 125 | 229 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.10 |
| HSL | 241.73º | 0.67% | 0.69% | - |
| HSV(B) | 241.73º | 0.45% | 0.9% | - |
| XYZ | 30.38 | 24.91 | 77.34 | - |
| YUV | 137.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 229 | 0.44 | 0.45 | 0 | 0.10 | 241.73 | 0.67 | 0.69 |
| Hex | 80 | 7D | E5 | 2C | 2D | 0 | A | F2 | 43 | 45 |
| Octal | 200 | 175 | 345 | 54 | 55 | 0 | 12 | 362 | 103 | 105 |
| Binary | 10000000 | 1111101 | 11100101 | 101100 | 101101 | 0 | 1010 | 11110010 | 1000011 | 1000101 |
Color Harmonies of #807DE5
Complementary color
Monochromatic Colors of #807DE5
Black with #807DE5
Text Example
Text Example
White with #807DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DE5; }
p { color: rgb(128,125,229); }
H1.HeaderClassName
{
color: #807DE5;
}
.AnyTagClassName
{
color: #807DE5;
}
</style>
background-color css
<style>
a { background-color: #807DE5; }
a { background-color: rgb(128,125,229); }
div.DivClassName
{
background-color: #807DE5;
}
.BgClassName
{
background-color: #807DE5;
}
</style>
border-color css
<style>
span { border-color: #807DE5; }
span { border-color: rgb(128,125,229); }
td.TdClassName
{
border-color: #807DE5;
}
.TagClassName
{
border-color: #807DE5;
}
</style>