Shades of Medium Slate Blue #8160DB
Tints of Medium Slate Blue #8160DB
RGB
CMYK
RGB Variations
Color information
#8160DB (or 0x8160DB) is known color: Medium Slate Blue. HEX triplet: 81, 60 and DB. RGB value is (129,96,219). Sum of RGB (Red+Green+Blue) = 129+96+219=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8160DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160DB is #7E9F24. Grayscale: #777777. Windows color (decimal): -8298277 or 14377089. OLE color: 14377089.
HSL color Cylindrical-coordinate representation of color #8160DB: hue angle of 256.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8160DB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 96 | 219 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.14 |
| HSL | 256.1º | 0.63% | 0.62% | - |
| HSV(B) | 256.1º | 0.56% | 0.86% | - |
| XYZ | 26.02 | 18.15 | 69.15 | - |
| YUV | 119.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 219 | 0.41 | 0.56 | 0 | 0.14 | 256.1 | 0.63 | 0.62 |
| Hex | 81 | 60 | DB | 29 | 38 | 0 | E | 100 | 3F | 3E |
| Octal | 201 | 140 | 333 | 51 | 70 | 0 | 16 | 400 | 77 | 76 |
| Binary | 10000001 | 1100000 | 11011011 | 101001 | 111000 | 0 | 1110 | 100000000 | 111111 | 111110 |
Color Harmonies of #8160DB
Complementary color
Monochromatic Colors of #8160DB
Black with #8160DB
Text Example
Text Example
White with #8160DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8160DB; }
p { color: rgb(129,96,219); }
H1.HeaderClassName
{
color: #8160DB;
}
.AnyTagClassName
{
color: #8160DB;
}
</style>
background-color css
<style>
a { background-color: #8160DB; }
a { background-color: rgb(129,96,219); }
div.DivClassName
{
background-color: #8160DB;
}
.BgClassName
{
background-color: #8160DB;
}
</style>
border-color css
<style>
span { border-color: #8160DB; }
span { border-color: rgb(129,96,219); }
td.TdClassName
{
border-color: #8160DB;
}
.TagClassName
{
border-color: #8160DB;
}
</style>