Shades of Medium Slate Blue #8152DD
Tints of Medium Slate Blue #8152DD
RGB
CMYK
RGB Variations
Color information
#8152DD (or 0x8152DD) is known color: Medium Slate Blue. HEX triplet: 81, 52 and DD. RGB value is (129,82,221). Sum of RGB (Red+Green+Blue) = 129+82+221=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8152DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152DD is #7EAD22. Grayscale: #6F6F6F. Windows color (decimal): -8301859 or 14504577. OLE color: 14504577.
HSL color Cylindrical-coordinate representation of color #8152DD: hue angle of 260.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8152DD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 82 | 221 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.13 |
| HSL | 260.29º | 0.67% | 0.59% | - |
| HSV(B) | 260.29º | 0.63% | 0.87% | - |
| XYZ | 25.12 | 15.92 | 70.16 | - |
| YUV | 111.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 221 | 0.42 | 0.63 | 0 | 0.13 | 260.29 | 0.67 | 0.59 |
| Hex | 81 | 52 | DD | 2A | 3F | 0 | D | 104 | 43 | 3B |
| Octal | 201 | 122 | 335 | 52 | 77 | 0 | 15 | 404 | 103 | 73 |
| Binary | 10000001 | 1010010 | 11011101 | 101010 | 111111 | 0 | 1101 | 100000100 | 1000011 | 111011 |
Color Harmonies of #8152DD
Complementary color
Monochromatic Colors of #8152DD
Black with #8152DD
Text Example
Text Example
White with #8152DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152DD; }
p { color: rgb(129,82,221); }
H1.HeaderClassName
{
color: #8152DD;
}
.AnyTagClassName
{
color: #8152DD;
}
</style>
background-color css
<style>
a { background-color: #8152DD; }
a { background-color: rgb(129,82,221); }
div.DivClassName
{
background-color: #8152DD;
}
.BgClassName
{
background-color: #8152DD;
}
</style>
border-color css
<style>
span { border-color: #8152DD; }
span { border-color: rgb(129,82,221); }
td.TdClassName
{
border-color: #8152DD;
}
.TagClassName
{
border-color: #8152DD;
}
</style>