Shades of Medium Slate Blue #816BDC
Tints of Medium Slate Blue #816BDC
RGB
CMYK
RGB Variations
Color information
#816BDC (or 0x816BDC) is known color: Medium Slate Blue. HEX triplet: 81, 6B and DC. RGB value is (129,107,220). Sum of RGB (Red+Green+Blue) = 129+107+220=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #816BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BDC is #7E9423. Grayscale: #7E7E7E. Windows color (decimal): -8295460 or 14445441. OLE color: 14445441.
HSL color Cylindrical-coordinate representation of color #816BDC: hue angle of 251.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #816BDC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 107 | 220 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.14 |
| HSL | 251.68º | 0.62% | 0.64% | - |
| HSV(B) | 251.68º | 0.51% | 0.86% | - |
| XYZ | 27.23 | 20.35 | 70.2 | - |
| YUV | 126.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 220 | 0.41 | 0.51 | 0 | 0.14 | 251.68 | 0.62 | 0.64 |
| Hex | 81 | 6B | DC | 29 | 33 | 0 | E | FC | 3E | 40 |
| Octal | 201 | 153 | 334 | 51 | 63 | 0 | 16 | 374 | 76 | 100 |
| Binary | 10000001 | 1101011 | 11011100 | 101001 | 110011 | 0 | 1110 | 11111100 | 111110 | 1000000 |
Color Harmonies of #816BDC
Complementary color
Monochromatic Colors of #816BDC
Black with #816BDC
Text Example
Text Example
White with #816BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BDC; }
p { color: rgb(129,107,220); }
H1.HeaderClassName
{
color: #816BDC;
}
.AnyTagClassName
{
color: #816BDC;
}
</style>
background-color css
<style>
a { background-color: #816BDC; }
a { background-color: rgb(129,107,220); }
div.DivClassName
{
background-color: #816BDC;
}
.BgClassName
{
background-color: #816BDC;
}
</style>
border-color css
<style>
span { border-color: #816BDC; }
span { border-color: rgb(129,107,220); }
td.TdClassName
{
border-color: #816BDC;
}
.TagClassName
{
border-color: #816BDC;
}
</style>