Shades of Medium Slate Blue #816CEC
Tints of Medium Slate Blue #816CEC
RGB
CMYK
RGB Variations
Color information
#816CEC (or 0x816CEC) is known color: Medium Slate Blue. HEX triplet: 81, 6C and EC. RGB value is (129,108,236). Sum of RGB (Red+Green+Blue) = 129+108+236=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #816CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816CEC is #7E9313. Grayscale: #808080. Windows color (decimal): -8295188 or 15494273. OLE color: 15494273.
HSL color Cylindrical-coordinate representation of color #816CEC: hue angle of 249.84º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #816CEC is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 108 | 236 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.07 |
| HSL | 249.84º | 0.77% | 0.67% | - |
| HSV(B) | 249.84º | 0.54% | 0.93% | - |
| XYZ | 29.56 | 21.45 | 81.94 | - |
| YUV | 128.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 236 | 0.45 | 0.54 | 0 | 0.07 | 249.84 | 0.77 | 0.67 |
| Hex | 81 | 6C | EC | 2D | 36 | 0 | 7 | FA | 4D | 43 |
| Octal | 201 | 154 | 354 | 55 | 66 | 0 | 7 | 372 | 115 | 103 |
| Binary | 10000001 | 1101100 | 11101100 | 101101 | 110110 | 0 | 111 | 11111010 | 1001101 | 1000011 |
Color Harmonies of #816CEC
Complementary color
Monochromatic Colors of #816CEC
Black with #816CEC
Text Example
Text Example
White with #816CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CEC; }
p { color: rgb(129,108,236); }
H1.HeaderClassName
{
color: #816CEC;
}
.AnyTagClassName
{
color: #816CEC;
}
</style>
background-color css
<style>
a { background-color: #816CEC; }
a { background-color: rgb(129,108,236); }
div.DivClassName
{
background-color: #816CEC;
}
.BgClassName
{
background-color: #816CEC;
}
</style>
border-color css
<style>
span { border-color: #816CEC; }
span { border-color: rgb(129,108,236); }
td.TdClassName
{
border-color: #816CEC;
}
.TagClassName
{
border-color: #816CEC;
}
</style>