Shades of Medium Slate Blue #8155DF
Tints of Medium Slate Blue #8155DF
RGB
CMYK
RGB Variations
Color information
#8155DF (or 0x8155DF) is known color: Medium Slate Blue. HEX triplet: 81, 55 and DF. RGB value is (129,85,223). Sum of RGB (Red+Green+Blue) = 129+85+223=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #8155DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155DF is #7EAA20. Grayscale: #717171. Windows color (decimal): -8301089 or 14636417. OLE color: 14636417.
HSL color Cylindrical-coordinate representation of color #8155DF: hue angle of 259.13º degrees, saturation: 0.68, 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 #8155DF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 85 | 223 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.13 |
| HSL | 259.13º | 0.68% | 0.6% | - |
| HSV(B) | 259.13º | 0.62% | 0.87% | - |
| XYZ | 25.62 | 16.49 | 71.64 | - |
| YUV | 113.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 223 | 0.42 | 0.62 | 0 | 0.13 | 259.13 | 0.68 | 0.6 |
| Hex | 81 | 55 | DF | 2A | 3E | 0 | D | 103 | 44 | 3C |
| Octal | 201 | 125 | 337 | 52 | 76 | 0 | 15 | 403 | 104 | 74 |
| Binary | 10000001 | 1010101 | 11011111 | 101010 | 111110 | 0 | 1101 | 100000011 | 1000100 | 111100 |
Color Harmonies of #8155DF
Complementary color
Monochromatic Colors of #8155DF
Black with #8155DF
Text Example
Text Example
White with #8155DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155DF; }
p { color: rgb(129,85,223); }
H1.HeaderClassName
{
color: #8155DF;
}
.AnyTagClassName
{
color: #8155DF;
}
</style>
background-color css
<style>
a { background-color: #8155DF; }
a { background-color: rgb(129,85,223); }
div.DivClassName
{
background-color: #8155DF;
}
.BgClassName
{
background-color: #8155DF;
}
</style>
border-color css
<style>
span { border-color: #8155DF; }
span { border-color: rgb(129,85,223); }
td.TdClassName
{
border-color: #8155DF;
}
.TagClassName
{
border-color: #8155DF;
}
</style>