Shades of Medium Slate Blue #815CEB
Tints of Medium Slate Blue #815CEB
RGB
CMYK
RGB Variations
Color information
#815CEB (or 0x815CEB) is known color: Medium Slate Blue. HEX triplet: 81, 5C and EB. RGB value is (129,92,235). Sum of RGB (Red+Green+Blue) = 129+92+235=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #815CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CEB is #7EA314. Grayscale: #767676. Windows color (decimal): -8299285 or 15424641. OLE color: 15424641.
HSL color Cylindrical-coordinate representation of color #815CEB: hue angle of 255.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815CEB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 92 | 235 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.08 |
| HSL | 255.52º | 0.78% | 0.64% | - |
| HSV(B) | 255.52º | 0.61% | 0.92% | - |
| XYZ | 27.88 | 18.32 | 80.66 | - |
| YUV | 119.37 | 193.26 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 235 | 0.45 | 0.61 | 0 | 0.08 | 255.52 | 0.78 | 0.64 |
| Hex | 81 | 5C | EB | 2D | 3D | 0 | 8 | 100 | 4E | 40 |
| Octal | 201 | 134 | 353 | 55 | 75 | 0 | 10 | 400 | 116 | 100 |
| Binary | 10000001 | 1011100 | 11101011 | 101101 | 111101 | 0 | 1000 | 100000000 | 1001110 | 1000000 |
Color Harmonies of #815CEB
Complementary color
Monochromatic Colors of #815CEB
Black with #815CEB
Text Example
Text Example
White with #815CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CEB; }
p { color: rgb(129,92,235); }
H1.HeaderClassName
{
color: #815CEB;
}
.AnyTagClassName
{
color: #815CEB;
}
</style>
background-color css
<style>
a { background-color: #815CEB; }
a { background-color: rgb(129,92,235); }
div.DivClassName
{
background-color: #815CEB;
}
.BgClassName
{
background-color: #815CEB;
}
</style>
border-color css
<style>
span { border-color: #815CEB; }
span { border-color: rgb(129,92,235); }
td.TdClassName
{
border-color: #815CEB;
}
.TagClassName
{
border-color: #815CEB;
}
</style>