Shades of Medium Slate Blue #8159DB
Tints of Medium Slate Blue #8159DB
RGB
CMYK
RGB Variations
Color information
#8159DB (or 0x8159DB) is known color: Medium Slate Blue. HEX triplet: 81, 59 and DB. RGB value is (129,89,219). Sum of RGB (Red+Green+Blue) = 129+89+219=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8159DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159DB is #7EA624. Grayscale: #737373. Windows color (decimal): -8300069 or 14375297. OLE color: 14375297.
HSL color Cylindrical-coordinate representation of color #8159DB: hue angle of 258.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8159DB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 89 | 219 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.14 |
| HSL | 258.46º | 0.64% | 0.6% | - |
| HSV(B) | 258.46º | 0.59% | 0.86% | - |
| XYZ | 25.41 | 16.93 | 68.95 | - |
| YUV | 115.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 219 | 0.41 | 0.59 | 0 | 0.14 | 258.46 | 0.64 | 0.6 |
| Hex | 81 | 59 | DB | 29 | 3B | 0 | E | 102 | 40 | 3C |
| Octal | 201 | 131 | 333 | 51 | 73 | 0 | 16 | 402 | 100 | 74 |
| Binary | 10000001 | 1011001 | 11011011 | 101001 | 111011 | 0 | 1110 | 100000010 | 1000000 | 111100 |
Color Harmonies of #8159DB
Complementary color
Monochromatic Colors of #8159DB
Black with #8159DB
Text Example
Text Example
White with #8159DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159DB; }
p { color: rgb(129,89,219); }
H1.HeaderClassName
{
color: #8159DB;
}
.AnyTagClassName
{
color: #8159DB;
}
</style>
background-color css
<style>
a { background-color: #8159DB; }
a { background-color: rgb(129,89,219); }
div.DivClassName
{
background-color: #8159DB;
}
.BgClassName
{
background-color: #8159DB;
}
</style>
border-color css
<style>
span { border-color: #8159DB; }
span { border-color: rgb(129,89,219); }
td.TdClassName
{
border-color: #8159DB;
}
.TagClassName
{
border-color: #8159DB;
}
</style>