Shades of Medium Slate Blue #815EDE
Tints of Medium Slate Blue #815EDE
RGB
CMYK
RGB Variations
Color information
#815EDE (or 0x815EDE) is known color: Medium Slate Blue. HEX triplet: 81, 5E and DE. RGB value is (129,94,222). Sum of RGB (Red+Green+Blue) = 129+94+222=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #815EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EDE is #7EA121. Grayscale: #767676. Windows color (decimal): -8298786 or 14573185. OLE color: 14573185.
HSL color Cylindrical-coordinate representation of color #815EDE: hue angle of 256.41º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #815EDE is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 94 | 222 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.13 |
| HSL | 256.41º | 0.66% | 0.62% | - |
| HSV(B) | 256.41º | 0.58% | 0.87% | - |
| XYZ | 26.24 | 17.95 | 71.19 | - |
| YUV | 119.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 222 | 0.42 | 0.58 | 0 | 0.13 | 256.41 | 0.66 | 0.62 |
| Hex | 81 | 5E | DE | 2A | 3A | 0 | D | 100 | 42 | 3E |
| Octal | 201 | 136 | 336 | 52 | 72 | 0 | 15 | 400 | 102 | 76 |
| Binary | 10000001 | 1011110 | 11011110 | 101010 | 111010 | 0 | 1101 | 100000000 | 1000010 | 111110 |
Color Harmonies of #815EDE
Complementary color
Monochromatic Colors of #815EDE
Black with #815EDE
Text Example
Text Example
White with #815EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815EDE; }
p { color: rgb(129,94,222); }
H1.HeaderClassName
{
color: #815EDE;
}
.AnyTagClassName
{
color: #815EDE;
}
</style>
background-color css
<style>
a { background-color: #815EDE; }
a { background-color: rgb(129,94,222); }
div.DivClassName
{
background-color: #815EDE;
}
.BgClassName
{
background-color: #815EDE;
}
</style>
border-color css
<style>
span { border-color: #815EDE; }
span { border-color: rgb(129,94,222); }
td.TdClassName
{
border-color: #815EDE;
}
.TagClassName
{
border-color: #815EDE;
}
</style>