Shades of Medium Slate Blue #807DE8
Tints of Medium Slate Blue #807DE8
RGB
CMYK
RGB Variations
Color information
#807DE8 (or 0x807DE8) is known color: Medium Slate Blue. HEX triplet: 80, 7D and E8. RGB value is (128,125,232). Sum of RGB (Red+Green+Blue) = 128+125+232=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #807DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DE8 is #7F8217. Grayscale: #898989. Windows color (decimal): -8356376 or 15236480. OLE color: 15236480.
HSL color Cylindrical-coordinate representation of color #807DE8: hue angle of 241.68º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #807DE8 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 125 | 232 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.09 |
| HSL | 241.68º | 0.7% | 0.7% | - |
| HSV(B) | 241.68º | 0.46% | 0.91% | - |
| XYZ | 30.8 | 25.08 | 79.56 | - |
| YUV | 138.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 232 | 0.45 | 0.46 | 0 | 0.09 | 241.68 | 0.7 | 0.7 |
| Hex | 80 | 7D | E8 | 2D | 2E | 0 | 9 | F2 | 46 | 46 |
| Octal | 200 | 175 | 350 | 55 | 56 | 0 | 11 | 362 | 106 | 106 |
| Binary | 10000000 | 1111101 | 11101000 | 101101 | 101110 | 0 | 1001 | 11110010 | 1000110 | 1000110 |
Color Harmonies of #807DE8
Complementary color
Monochromatic Colors of #807DE8
Black with #807DE8
Text Example
Text Example
White with #807DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DE8; }
p { color: rgb(128,125,232); }
H1.HeaderClassName
{
color: #807DE8;
}
.AnyTagClassName
{
color: #807DE8;
}
</style>
background-color css
<style>
a { background-color: #807DE8; }
a { background-color: rgb(128,125,232); }
div.DivClassName
{
background-color: #807DE8;
}
.BgClassName
{
background-color: #807DE8;
}
</style>
border-color css
<style>
span { border-color: #807DE8; }
span { border-color: rgb(128,125,232); }
td.TdClassName
{
border-color: #807DE8;
}
.TagClassName
{
border-color: #807DE8;
}
</style>