Shades of Medium Slate Blue #815AEA
Tints of Medium Slate Blue #815AEA
RGB
CMYK
RGB Variations
Color information
#815AEA (or 0x815AEA) is known color: Medium Slate Blue. HEX triplet: 81, 5A and EA. RGB value is (129,90,234). Sum of RGB (Red+Green+Blue) = 129+90+234=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #815AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AEA is #7EA515. Grayscale: #757575. Windows color (decimal): -8299798 or 15358593. OLE color: 15358593.
HSL color Cylindrical-coordinate representation of color #815AEA: hue angle of 256.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815AEA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 90 | 234 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.08 |
| HSL | 256.25º | 0.77% | 0.64% | - |
| HSV(B) | 256.25º | 0.62% | 0.92% | - |
| XYZ | 27.56 | 17.92 | 79.85 | - |
| YUV | 118.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 234 | 0.45 | 0.62 | 0 | 0.08 | 256.25 | 0.77 | 0.64 |
| Hex | 81 | 5A | EA | 2D | 3E | 0 | 8 | 100 | 4D | 40 |
| Octal | 201 | 132 | 352 | 55 | 76 | 0 | 10 | 400 | 115 | 100 |
| Binary | 10000001 | 1011010 | 11101010 | 101101 | 111110 | 0 | 1000 | 100000000 | 1001101 | 1000000 |
Color Harmonies of #815AEA
Complementary color
Monochromatic Colors of #815AEA
Black with #815AEA
Text Example
Text Example
White with #815AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AEA; }
p { color: rgb(129,90,234); }
H1.HeaderClassName
{
color: #815AEA;
}
.AnyTagClassName
{
color: #815AEA;
}
</style>
background-color css
<style>
a { background-color: #815AEA; }
a { background-color: rgb(129,90,234); }
div.DivClassName
{
background-color: #815AEA;
}
.BgClassName
{
background-color: #815AEA;
}
</style>
border-color css
<style>
span { border-color: #815AEA; }
span { border-color: rgb(129,90,234); }
td.TdClassName
{
border-color: #815AEA;
}
.TagClassName
{
border-color: #815AEA;
}
</style>