Shades of Medium Slate Blue #8158DD
Tints of Medium Slate Blue #8158DD
RGB
CMYK
RGB Variations
Color information
#8158DD (or 0x8158DD) is known color: Medium Slate Blue. HEX triplet: 81, 58 and DD. RGB value is (129,88,221). Sum of RGB (Red+Green+Blue) = 129+88+221=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8158DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158DD is #7EA722. Grayscale: #727272. Windows color (decimal): -8300323 or 14506113. OLE color: 14506113.
HSL color Cylindrical-coordinate representation of color #8158DD: hue angle of 258.5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8158DD is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 88 | 221 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.13 |
| HSL | 258.5º | 0.66% | 0.61% | - |
| HSV(B) | 258.5º | 0.6% | 0.87% | - |
| XYZ | 25.59 | 16.87 | 70.31 | - |
| YUV | 115.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 221 | 0.42 | 0.60 | 0 | 0.13 | 258.5 | 0.66 | 0.61 |
| Hex | 81 | 58 | DD | 2A | 3C | 0 | D | 102 | 42 | 3D |
| Octal | 201 | 130 | 335 | 52 | 74 | 0 | 15 | 402 | 102 | 75 |
| Binary | 10000001 | 1011000 | 11011101 | 101010 | 111100 | 0 | 1101 | 100000010 | 1000010 | 111101 |
Color Harmonies of #8158DD
Complementary color
Monochromatic Colors of #8158DD
Black with #8158DD
Text Example
Text Example
White with #8158DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8158DD; }
p { color: rgb(129,88,221); }
H1.HeaderClassName
{
color: #8158DD;
}
.AnyTagClassName
{
color: #8158DD;
}
</style>
background-color css
<style>
a { background-color: #8158DD; }
a { background-color: rgb(129,88,221); }
div.DivClassName
{
background-color: #8158DD;
}
.BgClassName
{
background-color: #8158DD;
}
</style>
border-color css
<style>
span { border-color: #8158DD; }
span { border-color: rgb(129,88,221); }
td.TdClassName
{
border-color: #8158DD;
}
.TagClassName
{
border-color: #8158DD;
}
</style>