Shades of Medium Slate Blue #8155DD
Tints of Medium Slate Blue #8155DD
RGB
CMYK
RGB Variations
Color information
#8155DD (or 0x8155DD) is known color: Medium Slate Blue. HEX triplet: 81, 55 and DD. RGB value is (129,85,221). Sum of RGB (Red+Green+Blue) = 129+85+221=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8155DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155DD is #7EAA22. Grayscale: #717171. Windows color (decimal): -8301091 or 14505345. OLE color: 14505345.
HSL color Cylindrical-coordinate representation of color #8155DD: hue angle of 259.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8155DD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 85 | 221 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.13 |
| HSL | 259.41º | 0.67% | 0.6% | - |
| HSV(B) | 259.41º | 0.62% | 0.87% | - |
| XYZ | 25.35 | 16.38 | 70.23 | - |
| YUV | 113.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 221 | 0.42 | 0.62 | 0 | 0.13 | 259.41 | 0.67 | 0.6 |
| Hex | 81 | 55 | DD | 2A | 3E | 0 | D | 103 | 43 | 3C |
| Octal | 201 | 125 | 335 | 52 | 76 | 0 | 15 | 403 | 103 | 74 |
| Binary | 10000001 | 1010101 | 11011101 | 101010 | 111110 | 0 | 1101 | 100000011 | 1000011 | 111100 |
Color Harmonies of #8155DD
Complementary color
Monochromatic Colors of #8155DD
Black with #8155DD
Text Example
Text Example
White with #8155DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155DD; }
p { color: rgb(129,85,221); }
H1.HeaderClassName
{
color: #8155DD;
}
.AnyTagClassName
{
color: #8155DD;
}
</style>
background-color css
<style>
a { background-color: #8155DD; }
a { background-color: rgb(129,85,221); }
div.DivClassName
{
background-color: #8155DD;
}
.BgClassName
{
background-color: #8155DD;
}
</style>
border-color css
<style>
span { border-color: #8155DD; }
span { border-color: rgb(129,85,221); }
td.TdClassName
{
border-color: #8155DD;
}
.TagClassName
{
border-color: #8155DD;
}
</style>