Shades of Medium Slate Blue #8166DC
Tints of Medium Slate Blue #8166DC
RGB
CMYK
RGB Variations
Color information
#8166DC (or 0x8166DC) is known color: Medium Slate Blue. HEX triplet: 81, 66 and DC. RGB value is (129,102,220). Sum of RGB (Red+Green+Blue) = 129+102+220=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #8166DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166DC is #7E9923. Grayscale: #7B7B7B. Windows color (decimal): -8296740 or 14444161. OLE color: 14444161.
HSL color Cylindrical-coordinate representation of color #8166DC: hue angle of 253.73º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8166DC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 102 | 220 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.14 |
| HSL | 253.73º | 0.63% | 0.63% | - |
| HSV(B) | 253.73º | 0.54% | 0.86% | - |
| XYZ | 26.72 | 19.34 | 70.03 | - |
| YUV | 123.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 220 | 0.41 | 0.54 | 0 | 0.14 | 253.73 | 0.63 | 0.63 |
| Hex | 81 | 66 | DC | 29 | 36 | 0 | E | FE | 3F | 3F |
| Octal | 201 | 146 | 334 | 51 | 66 | 0 | 16 | 376 | 77 | 77 |
| Binary | 10000001 | 1100110 | 11011100 | 101001 | 110110 | 0 | 1110 | 11111110 | 111111 | 111111 |
Color Harmonies of #8166DC
Complementary color
Monochromatic Colors of #8166DC
Black with #8166DC
Text Example
Text Example
White with #8166DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166DC; }
p { color: rgb(129,102,220); }
H1.HeaderClassName
{
color: #8166DC;
}
.AnyTagClassName
{
color: #8166DC;
}
</style>
background-color css
<style>
a { background-color: #8166DC; }
a { background-color: rgb(129,102,220); }
div.DivClassName
{
background-color: #8166DC;
}
.BgClassName
{
background-color: #8166DC;
}
</style>
border-color css
<style>
span { border-color: #8166DC; }
span { border-color: rgb(129,102,220); }
td.TdClassName
{
border-color: #8166DC;
}
.TagClassName
{
border-color: #8166DC;
}
</style>