Shades of Medium Slate Blue #8162DD
Tints of Medium Slate Blue #8162DD
RGB
CMYK
RGB Variations
Color information
#8162DD (or 0x8162DD) is known color: Medium Slate Blue. HEX triplet: 81, 62 and DD. RGB value is (129,98,221). Sum of RGB (Red+Green+Blue) = 129+98+221=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #8162DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162DD is #7E9D22. Grayscale: #787878. Windows color (decimal): -8297763 or 14508673. OLE color: 14508673.
HSL color Cylindrical-coordinate representation of color #8162DD: hue angle of 255.12º degrees, saturation: 0.64, 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 #8162DD is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 98 | 221 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.13 |
| HSL | 255.12º | 0.64% | 0.63% | - |
| HSV(B) | 255.12º | 0.56% | 0.87% | - |
| XYZ | 26.47 | 18.62 | 70.61 | - |
| YUV | 121.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 221 | 0.42 | 0.56 | 0 | 0.13 | 255.12 | 0.64 | 0.63 |
| Hex | 81 | 62 | DD | 2A | 38 | 0 | D | FF | 40 | 3F |
| Octal | 201 | 142 | 335 | 52 | 70 | 0 | 15 | 377 | 100 | 77 |
| Binary | 10000001 | 1100010 | 11011101 | 101010 | 111000 | 0 | 1101 | 11111111 | 1000000 | 111111 |
Color Harmonies of #8162DD
Complementary color
Monochromatic Colors of #8162DD
Black with #8162DD
Text Example
Text Example
White with #8162DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8162DD; }
p { color: rgb(129,98,221); }
H1.HeaderClassName
{
color: #8162DD;
}
.AnyTagClassName
{
color: #8162DD;
}
</style>
background-color css
<style>
a { background-color: #8162DD; }
a { background-color: rgb(129,98,221); }
div.DivClassName
{
background-color: #8162DD;
}
.BgClassName
{
background-color: #8162DD;
}
</style>
border-color css
<style>
span { border-color: #8162DD; }
span { border-color: rgb(129,98,221); }
td.TdClassName
{
border-color: #8162DD;
}
.TagClassName
{
border-color: #8162DD;
}
</style>