Shades of Medium Slate Blue #8169DB
Tints of Medium Slate Blue #8169DB
RGB
CMYK
RGB Variations
Color information
#8169DB (or 0x8169DB) is known color: Medium Slate Blue. HEX triplet: 81, 69 and DB. RGB value is (129,105,219). Sum of RGB (Red+Green+Blue) = 129+105+219=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8169DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8169DB is #7E9624. Grayscale: #7C7C7C. Windows color (decimal): -8295973 or 14379393. OLE color: 14379393.
HSL color Cylindrical-coordinate representation of color #8169DB: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8169DB is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 105 | 219 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.14 |
| HSL | 252.63º | 0.61% | 0.64% | - |
| HSV(B) | 252.63º | 0.52% | 0.86% | - |
| XYZ | 26.89 | 19.88 | 69.44 | - |
| YUV | 125.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 219 | 0.41 | 0.52 | 0 | 0.14 | 252.63 | 0.61 | 0.64 |
| Hex | 81 | 69 | DB | 29 | 34 | 0 | E | FD | 3D | 40 |
| Octal | 201 | 151 | 333 | 51 | 64 | 0 | 16 | 375 | 75 | 100 |
| Binary | 10000001 | 1101001 | 11011011 | 101001 | 110100 | 0 | 1110 | 11111101 | 111101 | 1000000 |
Color Harmonies of #8169DB
Complementary color
Monochromatic Colors of #8169DB
Black with #8169DB
Text Example
Text Example
White with #8169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169DB; }
p { color: rgb(129,105,219); }
H1.HeaderClassName
{
color: #8169DB;
}
.AnyTagClassName
{
color: #8169DB;
}
</style>
background-color css
<style>
a { background-color: #8169DB; }
a { background-color: rgb(129,105,219); }
div.DivClassName
{
background-color: #8169DB;
}
.BgClassName
{
background-color: #8169DB;
}
</style>
border-color css
<style>
span { border-color: #8169DB; }
span { border-color: rgb(129,105,219); }
td.TdClassName
{
border-color: #8169DB;
}
.TagClassName
{
border-color: #8169DB;
}
</style>