Shades of Medium Slate Blue #816FDC
Tints of Medium Slate Blue #816FDC
RGB
CMYK
RGB Variations
Color information
#816FDC (or 0x816FDC) is known color: Medium Slate Blue. HEX triplet: 81, 6F and DC. RGB value is (129,111,220). Sum of RGB (Red+Green+Blue) = 129+111+220=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #816FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FDC is #7E9023. Grayscale: #808080. Windows color (decimal): -8294436 or 14446465. OLE color: 14446465.
HSL color Cylindrical-coordinate representation of color #816FDC: hue angle of 249.91º 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 #816FDC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 111 | 220 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.14 |
| HSL | 249.91º | 0.61% | 0.65% | - |
| HSV(B) | 249.91º | 0.5% | 0.86% | - |
| XYZ | 27.66 | 21.2 | 70.35 | - |
| YUV | 128.81 | 179.46 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 220 | 0.41 | 0.50 | 0 | 0.14 | 249.91 | 0.61 | 0.65 |
| Hex | 81 | 6F | DC | 29 | 32 | 0 | E | FA | 3D | 41 |
| Octal | 201 | 157 | 334 | 51 | 62 | 0 | 16 | 372 | 75 | 101 |
| Binary | 10000001 | 1101111 | 11011100 | 101001 | 110010 | 0 | 1110 | 11111010 | 111101 | 1000001 |
Color Harmonies of #816FDC
Complementary color
Monochromatic Colors of #816FDC
Black with #816FDC
Text Example
Text Example
White with #816FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FDC; }
p { color: rgb(129,111,220); }
H1.HeaderClassName
{
color: #816FDC;
}
.AnyTagClassName
{
color: #816FDC;
}
</style>
background-color css
<style>
a { background-color: #816FDC; }
a { background-color: rgb(129,111,220); }
div.DivClassName
{
background-color: #816FDC;
}
.BgClassName
{
background-color: #816FDC;
}
</style>
border-color css
<style>
span { border-color: #816FDC; }
span { border-color: rgb(129,111,220); }
td.TdClassName
{
border-color: #816FDC;
}
.TagClassName
{
border-color: #816FDC;
}
</style>