Shades of Medium Slate Blue #8162DF
Tints of Medium Slate Blue #8162DF
RGB
CMYK
RGB Variations
Color information
#8162DF (or 0x8162DF) is known color: Medium Slate Blue. HEX triplet: 81, 62 and DF. RGB value is (129,98,223). Sum of RGB (Red+Green+Blue) = 129+98+223=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #8162DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162DF is #7E9D20. Grayscale: #797979. Windows color (decimal): -8297761 or 14639745. OLE color: 14639745.
HSL color Cylindrical-coordinate representation of color #8162DF: hue angle of 254.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8162DF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 98 | 223 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.13 |
| HSL | 254.88º | 0.66% | 0.63% | - |
| HSV(B) | 254.88º | 0.56% | 0.87% | - |
| XYZ | 26.74 | 18.73 | 72.02 | - |
| YUV | 121.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 223 | 0.42 | 0.56 | 0 | 0.13 | 254.88 | 0.66 | 0.63 |
| Hex | 81 | 62 | DF | 2A | 38 | 0 | D | FF | 42 | 3F |
| Octal | 201 | 142 | 337 | 52 | 70 | 0 | 15 | 377 | 102 | 77 |
| Binary | 10000001 | 1100010 | 11011111 | 101010 | 111000 | 0 | 1101 | 11111111 | 1000010 | 111111 |
Color Harmonies of #8162DF
Complementary color
Monochromatic Colors of #8162DF
Black with #8162DF
Text Example
Text Example
White with #8162DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8162DF; }
p { color: rgb(129,98,223); }
H1.HeaderClassName
{
color: #8162DF;
}
.AnyTagClassName
{
color: #8162DF;
}
</style>
background-color css
<style>
a { background-color: #8162DF; }
a { background-color: rgb(129,98,223); }
div.DivClassName
{
background-color: #8162DF;
}
.BgClassName
{
background-color: #8162DF;
}
</style>
border-color css
<style>
span { border-color: #8162DF; }
span { border-color: rgb(129,98,223); }
td.TdClassName
{
border-color: #8162DF;
}
.TagClassName
{
border-color: #8162DF;
}
</style>