Shades of Medium Slate Blue #8163DB
Tints of Medium Slate Blue #8163DB
RGB
CMYK
RGB Variations
Color information
#8163DB (or 0x8163DB) is known color: Medium Slate Blue. HEX triplet: 81, 63 and DB. RGB value is (129,99,219). Sum of RGB (Red+Green+Blue) = 129+99+219=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8163DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8163DB is #7E9C24. Grayscale: #797979. Windows color (decimal): -8297509 or 14377857. OLE color: 14377857.
HSL color Cylindrical-coordinate representation of color #8163DB: hue angle of 255º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8163DB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 99 | 219 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.14 |
| HSL | 255º | 0.63% | 0.62% | - |
| HSV(B) | 255º | 0.55% | 0.86% | - |
| XYZ | 26.3 | 18.71 | 69.24 | - |
| YUV | 121.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 219 | 0.41 | 0.55 | 0 | 0.14 | 255 | 0.63 | 0.62 |
| Hex | 81 | 63 | DB | 29 | 37 | 0 | E | FF | 3E | 3E |
| Octal | 201 | 143 | 333 | 51 | 67 | 0 | 16 | 377 | 76 | 76 |
| Binary | 10000001 | 1100011 | 11011011 | 101001 | 110111 | 0 | 1110 | 11111111 | 111110 | 111110 |
Color Harmonies of #8163DB
Complementary color
Monochromatic Colors of #8163DB
Black with #8163DB
Text Example
Text Example
White with #8163DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8163DB; }
p { color: rgb(129,99,219); }
H1.HeaderClassName
{
color: #8163DB;
}
.AnyTagClassName
{
color: #8163DB;
}
</style>
background-color css
<style>
a { background-color: #8163DB; }
a { background-color: rgb(129,99,219); }
div.DivClassName
{
background-color: #8163DB;
}
.BgClassName
{
background-color: #8163DB;
}
</style>
border-color css
<style>
span { border-color: #8163DB; }
span { border-color: rgb(129,99,219); }
td.TdClassName
{
border-color: #8163DB;
}
.TagClassName
{
border-color: #8163DB;
}
</style>