Shades of Medium Slate Blue #816DDE
Tints of Medium Slate Blue #816DDE
RGB
CMYK
RGB Variations
Color information
#816DDE (or 0x816DDE) is known color: Medium Slate Blue. HEX triplet: 81, 6D and DE. RGB value is (129,109,222). Sum of RGB (Red+Green+Blue) = 129+109+222=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #816DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DDE is #7E9221. Grayscale: #7F7F7F. Windows color (decimal): -8294946 or 14577025. OLE color: 14577025.
HSL color Cylindrical-coordinate representation of color #816DDE: hue angle of 250.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #816DDE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 109 | 222 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.13 |
| HSL | 250.62º | 0.63% | 0.65% | - |
| HSV(B) | 250.62º | 0.51% | 0.87% | - |
| XYZ | 27.71 | 20.88 | 71.68 | - |
| YUV | 127.86 | 181.13 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 222 | 0.42 | 0.51 | 0 | 0.13 | 250.62 | 0.63 | 0.65 |
| Hex | 81 | 6D | DE | 2A | 33 | 0 | D | FB | 3F | 41 |
| Octal | 201 | 155 | 336 | 52 | 63 | 0 | 15 | 373 | 77 | 101 |
| Binary | 10000001 | 1101101 | 11011110 | 101010 | 110011 | 0 | 1101 | 11111011 | 111111 | 1000001 |
Color Harmonies of #816DDE
Complementary color
Monochromatic Colors of #816DDE
Black with #816DDE
Text Example
Text Example
White with #816DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DDE; }
p { color: rgb(129,109,222); }
H1.HeaderClassName
{
color: #816DDE;
}
.AnyTagClassName
{
color: #816DDE;
}
</style>
background-color css
<style>
a { background-color: #816DDE; }
a { background-color: rgb(129,109,222); }
div.DivClassName
{
background-color: #816DDE;
}
.BgClassName
{
background-color: #816DDE;
}
</style>
border-color css
<style>
span { border-color: #816DDE; }
span { border-color: rgb(129,109,222); }
td.TdClassName
{
border-color: #816DDE;
}
.TagClassName
{
border-color: #816DDE;
}
</style>