Shades of Medium Slate Blue #815AE5
Tints of Medium Slate Blue #815AE5
RGB
CMYK
RGB Variations
Color information
#815AE5 (or 0x815AE5) is known color: Medium Slate Blue. HEX triplet: 81, 5A and E5. RGB value is (129,90,229). Sum of RGB (Red+Green+Blue) = 129+90+229=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #815AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815AE5 is #7EA51A. Grayscale: #747474. Windows color (decimal): -8299803 or 15030913. OLE color: 15030913.
HSL color Cylindrical-coordinate representation of color #815AE5: hue angle of 256.83º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815AE5 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 90 | 229 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.10 |
| HSL | 256.83º | 0.73% | 0.63% | - |
| HSV(B) | 256.83º | 0.61% | 0.9% | - |
| XYZ | 26.85 | 17.64 | 76.12 | - |
| YUV | 117.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 229 | 0.44 | 0.61 | 0 | 0.10 | 256.83 | 0.73 | 0.63 |
| Hex | 81 | 5A | E5 | 2C | 3D | 0 | A | 101 | 49 | 3F |
| Octal | 201 | 132 | 345 | 54 | 75 | 0 | 12 | 401 | 111 | 77 |
| Binary | 10000001 | 1011010 | 11100101 | 101100 | 111101 | 0 | 1010 | 100000001 | 1001001 | 111111 |
Color Harmonies of #815AE5
Complementary color
Monochromatic Colors of #815AE5
Black with #815AE5
Text Example
Text Example
White with #815AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AE5; }
p { color: rgb(129,90,229); }
H1.HeaderClassName
{
color: #815AE5;
}
.AnyTagClassName
{
color: #815AE5;
}
</style>
background-color css
<style>
a { background-color: #815AE5; }
a { background-color: rgb(129,90,229); }
div.DivClassName
{
background-color: #815AE5;
}
.BgClassName
{
background-color: #815AE5;
}
</style>
border-color css
<style>
span { border-color: #815AE5; }
span { border-color: rgb(129,90,229); }
td.TdClassName
{
border-color: #815AE5;
}
.TagClassName
{
border-color: #815AE5;
}
</style>