Shades of Medium Slate Blue #8052DD
Tints of Medium Slate Blue #8052DD
RGB
CMYK
RGB Variations
Color information
#8052DD (or 0x8052DD) is known color: Medium Slate Blue. HEX triplet: 80, 52 and DD. RGB value is (128,82,221). Sum of RGB (Red+Green+Blue) = 128+82+221=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #8052DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052DD is #7FAD22. Grayscale: #6F6F6F. Windows color (decimal): -8367395 or 14504576. OLE color: 14504576.
HSL color Cylindrical-coordinate representation of color #8052DD: hue angle of 259.86º 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 #8052DD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 82 | 221 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.13 |
| HSL | 259.86º | 0.67% | 0.59% | - |
| HSV(B) | 259.86º | 0.63% | 0.87% | - |
| XYZ | 24.97 | 15.84 | 70.15 | - |
| YUV | 111.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 221 | 0.42 | 0.63 | 0 | 0.13 | 259.86 | 0.67 | 0.59 |
| Hex | 80 | 52 | DD | 2A | 3F | 0 | D | 104 | 43 | 3B |
| Octal | 200 | 122 | 335 | 52 | 77 | 0 | 15 | 404 | 103 | 73 |
| Binary | 10000000 | 1010010 | 11011101 | 101010 | 111111 | 0 | 1101 | 100000100 | 1000011 | 111011 |
Color Harmonies of #8052DD
Complementary color
Monochromatic Colors of #8052DD
Black with #8052DD
Text Example
Text Example
White with #8052DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052DD; }
p { color: rgb(128,82,221); }
H1.HeaderClassName
{
color: #8052DD;
}
.AnyTagClassName
{
color: #8052DD;
}
</style>
background-color css
<style>
a { background-color: #8052DD; }
a { background-color: rgb(128,82,221); }
div.DivClassName
{
background-color: #8052DD;
}
.BgClassName
{
background-color: #8052DD;
}
</style>
border-color css
<style>
span { border-color: #8052DD; }
span { border-color: rgb(128,82,221); }
td.TdClassName
{
border-color: #8052DD;
}
.TagClassName
{
border-color: #8052DD;
}
</style>