Shades of Medium Slate Blue #816DEB
Tints of Medium Slate Blue #816DEB
RGB
CMYK
RGB Variations
Color information
#816DEB (or 0x816DEB) is known color: Medium Slate Blue. HEX triplet: 81, 6D and EB. RGB value is (129,109,235). Sum of RGB (Red+Green+Blue) = 129+109+235=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #816DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816DEB is #7E9214. Grayscale: #808080. Windows color (decimal): -8294933 or 15428993. OLE color: 15428993.
HSL color Cylindrical-coordinate representation of color #816DEB: hue angle of 249.52º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #816DEB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 109 | 235 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.08 |
| HSL | 249.52º | 0.76% | 0.67% | - |
| HSV(B) | 249.52º | 0.54% | 0.92% | - |
| XYZ | 29.52 | 21.6 | 81.21 | - |
| YUV | 129.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 235 | 0.45 | 0.54 | 0 | 0.08 | 249.52 | 0.76 | 0.67 |
| Hex | 81 | 6D | EB | 2D | 36 | 0 | 8 | FA | 4C | 43 |
| Octal | 201 | 155 | 353 | 55 | 66 | 0 | 10 | 372 | 114 | 103 |
| Binary | 10000001 | 1101101 | 11101011 | 101101 | 110110 | 0 | 1000 | 11111010 | 1001100 | 1000011 |
Color Harmonies of #816DEB
Complementary color
Monochromatic Colors of #816DEB
Black with #816DEB
Text Example
Text Example
White with #816DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DEB; }
p { color: rgb(129,109,235); }
H1.HeaderClassName
{
color: #816DEB;
}
.AnyTagClassName
{
color: #816DEB;
}
</style>
background-color css
<style>
a { background-color: #816DEB; }
a { background-color: rgb(129,109,235); }
div.DivClassName
{
background-color: #816DEB;
}
.BgClassName
{
background-color: #816DEB;
}
</style>
border-color css
<style>
span { border-color: #816DEB; }
span { border-color: rgb(129,109,235); }
td.TdClassName
{
border-color: #816DEB;
}
.TagClassName
{
border-color: #816DEB;
}
</style>