Shades of Medium Slate Blue #815BEE
Tints of Medium Slate Blue #815BEE
RGB
CMYK
RGB Variations
Color information
#815BEE (or 0x815BEE) is known color: Medium Slate Blue. HEX triplet: 81, 5B and EE. RGB value is (129,91,238). Sum of RGB (Red+Green+Blue) = 129+91+238=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #815BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815BEE is #7EA411. Grayscale: #767676. Windows color (decimal): -8299538 or 15620993. OLE color: 15620993.
HSL color Cylindrical-coordinate representation of color #815BEE: hue angle of 255.51º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815BEE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 91 | 238 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.07 |
| HSL | 255.51º | 0.81% | 0.65% | - |
| HSV(B) | 255.51º | 0.62% | 0.93% | - |
| XYZ | 28.23 | 18.32 | 82.94 | - |
| YUV | 119.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 238 | 0.46 | 0.62 | 0 | 0.07 | 255.51 | 0.81 | 0.65 |
| Hex | 81 | 5B | EE | 2E | 3E | 0 | 7 | 100 | 51 | 41 |
| Octal | 201 | 133 | 356 | 56 | 76 | 0 | 7 | 400 | 121 | 101 |
| Binary | 10000001 | 1011011 | 11101110 | 101110 | 111110 | 0 | 111 | 100000000 | 1010001 | 1000001 |
Color Harmonies of #815BEE
Complementary color
Monochromatic Colors of #815BEE
Black with #815BEE
Text Example
Text Example
White with #815BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815BEE; }
p { color: rgb(129,91,238); }
H1.HeaderClassName
{
color: #815BEE;
}
.AnyTagClassName
{
color: #815BEE;
}
</style>
background-color css
<style>
a { background-color: #815BEE; }
a { background-color: rgb(129,91,238); }
div.DivClassName
{
background-color: #815BEE;
}
.BgClassName
{
background-color: #815BEE;
}
</style>
border-color css
<style>
span { border-color: #815BEE; }
span { border-color: rgb(129,91,238); }
td.TdClassName
{
border-color: #815BEE;
}
.TagClassName
{
border-color: #815BEE;
}
</style>