Shades of Medium Slate Blue #8173DD
Tints of Medium Slate Blue #8173DD
RGB
CMYK
RGB Variations
Color information
#8173DD (or 0x8173DD) is known color: Medium Slate Blue. HEX triplet: 81, 73 and DD. RGB value is (129,115,221). Sum of RGB (Red+Green+Blue) = 129+115+221=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #8173DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173DD is #7E8C22. Grayscale: #828282. Windows color (decimal): -8293411 or 14513025. OLE color: 14513025.
HSL color Cylindrical-coordinate representation of color #8173DD: hue angle of 247.92º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8173DD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 115 | 221 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.13 |
| HSL | 247.92º | 0.61% | 0.66% | - |
| HSV(B) | 247.92º | 0.48% | 0.87% | - |
| XYZ | 28.24 | 22.15 | 71.19 | - |
| YUV | 131.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 221 | 0.42 | 0.48 | 0 | 0.13 | 247.92 | 0.61 | 0.66 |
| Hex | 81 | 73 | DD | 2A | 30 | 0 | D | F8 | 3D | 42 |
| Octal | 201 | 163 | 335 | 52 | 60 | 0 | 15 | 370 | 75 | 102 |
| Binary | 10000001 | 1110011 | 11011101 | 101010 | 110000 | 0 | 1101 | 11111000 | 111101 | 1000010 |
Color Harmonies of #8173DD
Complementary color
Monochromatic Colors of #8173DD
Black with #8173DD
Text Example
Text Example
White with #8173DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173DD; }
p { color: rgb(129,115,221); }
H1.HeaderClassName
{
color: #8173DD;
}
.AnyTagClassName
{
color: #8173DD;
}
</style>
background-color css
<style>
a { background-color: #8173DD; }
a { background-color: rgb(129,115,221); }
div.DivClassName
{
background-color: #8173DD;
}
.BgClassName
{
background-color: #8173DD;
}
</style>
border-color css
<style>
span { border-color: #8173DD; }
span { border-color: rgb(129,115,221); }
td.TdClassName
{
border-color: #8173DD;
}
.TagClassName
{
border-color: #8173DD;
}
</style>