Shades of Medium Slate Blue #816EDC
Tints of Medium Slate Blue #816EDC
RGB
CMYK
RGB Variations
Color information
#816EDC (or 0x816EDC) is known color: Medium Slate Blue. HEX triplet: 81, 6E and DC. RGB value is (129,110,220). Sum of RGB (Red+Green+Blue) = 129+110+220=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #816EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EDC is #7E9123. Grayscale: #7F7F7F. Windows color (decimal): -8294692 or 14446209. OLE color: 14446209.
HSL color Cylindrical-coordinate representation of color #816EDC: hue angle of 250.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816EDC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 110 | 220 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.14 |
| HSL | 250.36º | 0.61% | 0.65% | - |
| HSV(B) | 250.36º | 0.5% | 0.86% | - |
| XYZ | 27.55 | 20.99 | 70.31 | - |
| YUV | 128.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 220 | 0.41 | 0.50 | 0 | 0.14 | 250.36 | 0.61 | 0.65 |
| Hex | 81 | 6E | DC | 29 | 32 | 0 | E | FA | 3D | 41 |
| Octal | 201 | 156 | 334 | 51 | 62 | 0 | 16 | 372 | 75 | 101 |
| Binary | 10000001 | 1101110 | 11011100 | 101001 | 110010 | 0 | 1110 | 11111010 | 111101 | 1000001 |
Color Harmonies of #816EDC
Complementary color
Monochromatic Colors of #816EDC
Black with #816EDC
Text Example
Text Example
White with #816EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EDC; }
p { color: rgb(129,110,220); }
H1.HeaderClassName
{
color: #816EDC;
}
.AnyTagClassName
{
color: #816EDC;
}
</style>
background-color css
<style>
a { background-color: #816EDC; }
a { background-color: rgb(129,110,220); }
div.DivClassName
{
background-color: #816EDC;
}
.BgClassName
{
background-color: #816EDC;
}
</style>
border-color css
<style>
span { border-color: #816EDC; }
span { border-color: rgb(129,110,220); }
td.TdClassName
{
border-color: #816EDC;
}
.TagClassName
{
border-color: #816EDC;
}
</style>