Shades of Medium Slate Blue #8161DF
Tints of Medium Slate Blue #8161DF
RGB
CMYK
RGB Variations
Color information
#8161DF (or 0x8161DF) is known color: Medium Slate Blue. HEX triplet: 81, 61 and DF. RGB value is (129,97,223). Sum of RGB (Red+Green+Blue) = 129+97+223=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #8161DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8161DF is #7E9E20. Grayscale: #787878. Windows color (decimal): -8298017 or 14639489. OLE color: 14639489.
HSL color Cylindrical-coordinate representation of color #8161DF: hue angle of 255.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8161DF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 97 | 223 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.13 |
| HSL | 255.24º | 0.66% | 0.63% | - |
| HSV(B) | 255.24º | 0.57% | 0.87% | - |
| XYZ | 26.65 | 18.54 | 71.99 | - |
| YUV | 120.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 223 | 0.42 | 0.57 | 0 | 0.13 | 255.24 | 0.66 | 0.63 |
| Hex | 81 | 61 | DF | 2A | 39 | 0 | D | FF | 42 | 3F |
| Octal | 201 | 141 | 337 | 52 | 71 | 0 | 15 | 377 | 102 | 77 |
| Binary | 10000001 | 1100001 | 11011111 | 101010 | 111001 | 0 | 1101 | 11111111 | 1000010 | 111111 |
Color Harmonies of #8161DF
Complementary color
Monochromatic Colors of #8161DF
Black with #8161DF
Text Example
Text Example
White with #8161DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8161DF; }
p { color: rgb(129,97,223); }
H1.HeaderClassName
{
color: #8161DF;
}
.AnyTagClassName
{
color: #8161DF;
}
</style>
background-color css
<style>
a { background-color: #8161DF; }
a { background-color: rgb(129,97,223); }
div.DivClassName
{
background-color: #8161DF;
}
.BgClassName
{
background-color: #8161DF;
}
</style>
border-color css
<style>
span { border-color: #8161DF; }
span { border-color: rgb(129,97,223); }
td.TdClassName
{
border-color: #8161DF;
}
.TagClassName
{
border-color: #8161DF;
}
</style>