Shades of Medium Slate Blue #8170DF
Tints of Medium Slate Blue #8170DF
RGB
CMYK
RGB Variations
Color information
#8170DF (or 0x8170DF) is known color: Medium Slate Blue. HEX triplet: 81, 70 and DF. RGB value is (129,112,223). Sum of RGB (Red+Green+Blue) = 129+112+223=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #8170DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170DF is #7E8F20. Grayscale: #818181. Windows color (decimal): -8294177 or 14643329. OLE color: 14643329.
HSL color Cylindrical-coordinate representation of color #8170DF: hue angle of 249.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8170DF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 112 | 223 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.13 |
| HSL | 249.19º | 0.63% | 0.66% | - |
| HSV(B) | 249.19º | 0.5% | 0.87% | - |
| XYZ | 28.17 | 21.58 | 72.49 | - |
| YUV | 129.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 223 | 0.42 | 0.50 | 0 | 0.13 | 249.19 | 0.63 | 0.66 |
| Hex | 81 | 70 | DF | 2A | 32 | 0 | D | F9 | 3F | 42 |
| Octal | 201 | 160 | 337 | 52 | 62 | 0 | 15 | 371 | 77 | 102 |
| Binary | 10000001 | 1110000 | 11011111 | 101010 | 110010 | 0 | 1101 | 11111001 | 111111 | 1000010 |
Color Harmonies of #8170DF
Complementary color
Monochromatic Colors of #8170DF
Black with #8170DF
Text Example
Text Example
White with #8170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170DF; }
p { color: rgb(129,112,223); }
H1.HeaderClassName
{
color: #8170DF;
}
.AnyTagClassName
{
color: #8170DF;
}
</style>
background-color css
<style>
a { background-color: #8170DF; }
a { background-color: rgb(129,112,223); }
div.DivClassName
{
background-color: #8170DF;
}
.BgClassName
{
background-color: #8170DF;
}
</style>
border-color css
<style>
span { border-color: #8170DF; }
span { border-color: rgb(129,112,223); }
td.TdClassName
{
border-color: #8170DF;
}
.TagClassName
{
border-color: #8170DF;
}
</style>