Shades of Medium Slate Blue #815EDB
Tints of Medium Slate Blue #815EDB
RGB
CMYK
RGB Variations
Color information
#815EDB (or 0x815EDB) is known color: Medium Slate Blue. HEX triplet: 81, 5E and DB. RGB value is (129,94,219). Sum of RGB (Red+Green+Blue) = 129+94+219=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #815EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EDB is #7EA124. Grayscale: #767676. Windows color (decimal): -8298789 or 14376577. OLE color: 14376577.
HSL color Cylindrical-coordinate representation of color #815EDB: hue angle of 256.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815EDB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 94 | 219 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.14 |
| HSL | 256.8º | 0.63% | 0.61% | - |
| HSV(B) | 256.8º | 0.57% | 0.86% | - |
| XYZ | 25.84 | 17.79 | 69.09 | - |
| YUV | 118.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 219 | 0.41 | 0.57 | 0 | 0.14 | 256.8 | 0.63 | 0.61 |
| Hex | 81 | 5E | DB | 29 | 39 | 0 | E | 101 | 3F | 3D |
| Octal | 201 | 136 | 333 | 51 | 71 | 0 | 16 | 401 | 77 | 75 |
| Binary | 10000001 | 1011110 | 11011011 | 101001 | 111001 | 0 | 1110 | 100000001 | 111111 | 111101 |
Color Harmonies of #815EDB
Complementary color
Monochromatic Colors of #815EDB
Black with #815EDB
Text Example
Text Example
White with #815EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815EDB; }
p { color: rgb(129,94,219); }
H1.HeaderClassName
{
color: #815EDB;
}
.AnyTagClassName
{
color: #815EDB;
}
</style>
background-color css
<style>
a { background-color: #815EDB; }
a { background-color: rgb(129,94,219); }
div.DivClassName
{
background-color: #815EDB;
}
.BgClassName
{
background-color: #815EDB;
}
</style>
border-color css
<style>
span { border-color: #815EDB; }
span { border-color: rgb(129,94,219); }
td.TdClassName
{
border-color: #815EDB;
}
.TagClassName
{
border-color: #815EDB;
}
</style>