Shades of Medium Slate Blue #815DE2
Tints of Medium Slate Blue #815DE2
RGB
CMYK
RGB Variations
Color information
#815DE2 (or 0x815DE2) is known color: Medium Slate Blue. HEX triplet: 81, 5D and E2. RGB value is (129,93,226). Sum of RGB (Red+Green+Blue) = 129+93+226=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #815DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DE2 is #7EA21D. Grayscale: #767676. Windows color (decimal): -8299038 or 14835073. OLE color: 14835073.
HSL color Cylindrical-coordinate representation of color #815DE2: hue angle of 256.24º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815DE2 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 93 | 226 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.11 |
| HSL | 256.24º | 0.7% | 0.63% | - |
| HSV(B) | 256.24º | 0.59% | 0.89% | - |
| XYZ | 26.7 | 17.99 | 74.02 | - |
| YUV | 118.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 226 | 0.43 | 0.59 | 0 | 0.11 | 256.24 | 0.7 | 0.63 |
| Hex | 81 | 5D | E2 | 2B | 3B | 0 | B | 100 | 46 | 3F |
| Octal | 201 | 135 | 342 | 53 | 73 | 0 | 13 | 400 | 106 | 77 |
| Binary | 10000001 | 1011101 | 11100010 | 101011 | 111011 | 0 | 1011 | 100000000 | 1000110 | 111111 |
Color Harmonies of #815DE2
Complementary color
Monochromatic Colors of #815DE2
Black with #815DE2
Text Example
Text Example
White with #815DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DE2; }
p { color: rgb(129,93,226); }
H1.HeaderClassName
{
color: #815DE2;
}
.AnyTagClassName
{
color: #815DE2;
}
</style>
background-color css
<style>
a { background-color: #815DE2; }
a { background-color: rgb(129,93,226); }
div.DivClassName
{
background-color: #815DE2;
}
.BgClassName
{
background-color: #815DE2;
}
</style>
border-color css
<style>
span { border-color: #815DE2; }
span { border-color: rgb(129,93,226); }
td.TdClassName
{
border-color: #815DE2;
}
.TagClassName
{
border-color: #815DE2;
}
</style>