Shades of Medium Slate Blue #816CDA
Tints of Medium Slate Blue #816CDA
RGB
CMYK
RGB Variations
Color information
#816CDA (or 0x816CDA) is known color: Medium Slate Blue. HEX triplet: 81, 6C and DA. RGB value is (129,108,218). Sum of RGB (Red+Green+Blue) = 129+108+218=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #816CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CDA is #7E9325. Grayscale: #7E7E7E. Windows color (decimal): -8295206 or 14314625. OLE color: 14314625.
HSL color Cylindrical-coordinate representation of color #816CDA: hue angle of 251.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816CDA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 108 | 218 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.15 |
| HSL | 251.45º | 0.6% | 0.64% | - |
| HSV(B) | 251.45º | 0.5% | 0.85% | - |
| XYZ | 27.07 | 20.45 | 68.85 | - |
| YUV | 126.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 218 | 0.41 | 0.50 | 0 | 0.15 | 251.45 | 0.6 | 0.64 |
| Hex | 81 | 6C | DA | 29 | 32 | 0 | F | FB | 3C | 40 |
| Octal | 201 | 154 | 332 | 51 | 62 | 0 | 17 | 373 | 74 | 100 |
| Binary | 10000001 | 1101100 | 11011010 | 101001 | 110010 | 0 | 1111 | 11111011 | 111100 | 1000000 |
Color Harmonies of #816CDA
Complementary color
Monochromatic Colors of #816CDA
Black with #816CDA
Text Example
Text Example
White with #816CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CDA; }
p { color: rgb(129,108,218); }
H1.HeaderClassName
{
color: #816CDA;
}
.AnyTagClassName
{
color: #816CDA;
}
</style>
background-color css
<style>
a { background-color: #816CDA; }
a { background-color: rgb(129,108,218); }
div.DivClassName
{
background-color: #816CDA;
}
.BgClassName
{
background-color: #816CDA;
}
</style>
border-color css
<style>
span { border-color: #816CDA; }
span { border-color: rgb(129,108,218); }
td.TdClassName
{
border-color: #816CDA;
}
.TagClassName
{
border-color: #816CDA;
}
</style>