Shades of Medium Slate Blue #816BDD
Tints of Medium Slate Blue #816BDD
RGB
CMYK
RGB Variations
Color information
#816BDD (or 0x816BDD) is known color: Medium Slate Blue. HEX triplet: 81, 6B and DD. RGB value is (129,107,221). Sum of RGB (Red+Green+Blue) = 129+107+221=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #816BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BDD is #7E9422. Grayscale: #7E7E7E. Windows color (decimal): -8295459 or 14510977. OLE color: 14510977.
HSL color Cylindrical-coordinate representation of color #816BDD: hue angle of 251.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816BDD is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 107 | 221 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.13 |
| HSL | 251.58º | 0.63% | 0.64% | - |
| HSV(B) | 251.58º | 0.52% | 0.87% | - |
| XYZ | 27.36 | 20.4 | 70.9 | - |
| YUV | 126.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 221 | 0.42 | 0.52 | 0 | 0.13 | 251.58 | 0.63 | 0.64 |
| Hex | 81 | 6B | DD | 2A | 34 | 0 | D | FC | 3F | 40 |
| Octal | 201 | 153 | 335 | 52 | 64 | 0 | 15 | 374 | 77 | 100 |
| Binary | 10000001 | 1101011 | 11011101 | 101010 | 110100 | 0 | 1101 | 11111100 | 111111 | 1000000 |
Color Harmonies of #816BDD
Complementary color
Monochromatic Colors of #816BDD
Black with #816BDD
Text Example
Text Example
White with #816BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BDD; }
p { color: rgb(129,107,221); }
H1.HeaderClassName
{
color: #816BDD;
}
.AnyTagClassName
{
color: #816BDD;
}
</style>
background-color css
<style>
a { background-color: #816BDD; }
a { background-color: rgb(129,107,221); }
div.DivClassName
{
background-color: #816BDD;
}
.BgClassName
{
background-color: #816BDD;
}
</style>
border-color css
<style>
span { border-color: #816BDD; }
span { border-color: rgb(129,107,221); }
td.TdClassName
{
border-color: #816BDD;
}
.TagClassName
{
border-color: #816BDD;
}
</style>