Shades of Medium Slate Blue #816CDF
Tints of Medium Slate Blue #816CDF
RGB
CMYK
RGB Variations
Color information
#816CDF (or 0x816CDF) is known color: Medium Slate Blue. HEX triplet: 81, 6C and DF. RGB value is (129,108,223). Sum of RGB (Red+Green+Blue) = 129+108+223=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #816CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CDF is #7E9320. Grayscale: #7E7E7E. Windows color (decimal): -8295201 or 14642305. OLE color: 14642305.
HSL color Cylindrical-coordinate representation of color #816CDF: hue angle of 250.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816CDF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 108 | 223 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.13 |
| HSL | 250.96º | 0.64% | 0.65% | - |
| HSV(B) | 250.96º | 0.52% | 0.87% | - |
| XYZ | 27.74 | 20.72 | 72.35 | - |
| YUV | 127.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 223 | 0.42 | 0.52 | 0 | 0.13 | 250.96 | 0.64 | 0.65 |
| Hex | 81 | 6C | DF | 2A | 34 | 0 | D | FB | 40 | 41 |
| Octal | 201 | 154 | 337 | 52 | 64 | 0 | 15 | 373 | 100 | 101 |
| Binary | 10000001 | 1101100 | 11011111 | 101010 | 110100 | 0 | 1101 | 11111011 | 1000000 | 1000001 |
Color Harmonies of #816CDF
Complementary color
Monochromatic Colors of #816CDF
Black with #816CDF
Text Example
Text Example
White with #816CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CDF; }
p { color: rgb(129,108,223); }
H1.HeaderClassName
{
color: #816CDF;
}
.AnyTagClassName
{
color: #816CDF;
}
</style>
background-color css
<style>
a { background-color: #816CDF; }
a { background-color: rgb(129,108,223); }
div.DivClassName
{
background-color: #816CDF;
}
.BgClassName
{
background-color: #816CDF;
}
</style>
border-color css
<style>
span { border-color: #816CDF; }
span { border-color: rgb(129,108,223); }
td.TdClassName
{
border-color: #816CDF;
}
.TagClassName
{
border-color: #816CDF;
}
</style>