Shades of Medium Slate Blue #8155DC
Tints of Medium Slate Blue #8155DC
RGB
CMYK
RGB Variations
Color information
#8155DC (or 0x8155DC) is known color: Medium Slate Blue. HEX triplet: 81, 55 and DC. RGB value is (129,85,220). Sum of RGB (Red+Green+Blue) = 129+85+220=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8155DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155DC is #7EAA23. Grayscale: #717171. Windows color (decimal): -8301092 or 14439809. OLE color: 14439809.
HSL color Cylindrical-coordinate representation of color #8155DC: hue angle of 259.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8155DC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 85 | 220 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.14 |
| HSL | 259.56º | 0.66% | 0.6% | - |
| HSV(B) | 259.56º | 0.61% | 0.86% | - |
| XYZ | 25.22 | 16.33 | 69.53 | - |
| YUV | 113.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 220 | 0.41 | 0.61 | 0 | 0.14 | 259.56 | 0.66 | 0.6 |
| Hex | 81 | 55 | DC | 29 | 3D | 0 | E | 104 | 42 | 3C |
| Octal | 201 | 125 | 334 | 51 | 75 | 0 | 16 | 404 | 102 | 74 |
| Binary | 10000001 | 1010101 | 11011100 | 101001 | 111101 | 0 | 1110 | 100000100 | 1000010 | 111100 |
Color Harmonies of #8155DC
Complementary color
Monochromatic Colors of #8155DC
Black with #8155DC
Text Example
Text Example
White with #8155DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155DC; }
p { color: rgb(129,85,220); }
H1.HeaderClassName
{
color: #8155DC;
}
.AnyTagClassName
{
color: #8155DC;
}
</style>
background-color css
<style>
a { background-color: #8155DC; }
a { background-color: rgb(129,85,220); }
div.DivClassName
{
background-color: #8155DC;
}
.BgClassName
{
background-color: #8155DC;
}
</style>
border-color css
<style>
span { border-color: #8155DC; }
span { border-color: rgb(129,85,220); }
td.TdClassName
{
border-color: #8155DC;
}
.TagClassName
{
border-color: #8155DC;
}
</style>