Shades of Medium Slate Blue #8158FF
Tints of Medium Slate Blue #8158FF
RGB
CMYK
RGB Variations
Color information
#8158FF (or 0x8158FF) is known color: Medium Slate Blue. HEX triplet: 81, 58 and FF. RGB value is (129,88,255). Sum of RGB (Red+Green+Blue) = 129+88+255=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8158FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8158FF is #7EA700. Grayscale: #767676. Windows color (decimal): -8300289 or 16734337. OLE color: 16734337.
HSL color Cylindrical-coordinate representation of color #8158FF: hue angle of 254.73º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8158FF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 88 | 255 | - |
| CMYK | 0.49 | 0.65 | 0 | 0 |
| HSL | 254.73º | 1% | 0.67% | - |
| HSV(B) | 254.73º | 0.65% | 1% | - |
| XYZ | 30.59 | 18.87 | 96.64 | - |
| YUV | 119.3 | 204.58 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 255 | 0.49 | 0.65 | 0 | 0 | 254.73 | 1 | 0.67 |
| Hex | 81 | 58 | FF | 31 | 41 | 0 | 0 | FF | 64 | 43 |
| Octal | 201 | 130 | 377 | 61 | 101 | 0 | 0 | 377 | 144 | 103 |
| Binary | 10000001 | 1011000 | 11111111 | 110001 | 1000001 | 0 | 0 | 11111111 | 1100100 | 1000011 |
Color Harmonies of #8158FF
Complementary color
Monochromatic Colors of #8158FF
Black with #8158FF
Text Example
Text Example
White with #8158FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8158FF; }
p { color: rgb(129,88,255); }
H1.HeaderClassName
{
color: #8158FF;
}
.AnyTagClassName
{
color: #8158FF;
}
</style>
background-color css
<style>
a { background-color: #8158FF; }
a { background-color: rgb(129,88,255); }
div.DivClassName
{
background-color: #8158FF;
}
.BgClassName
{
background-color: #8158FF;
}
</style>
border-color css
<style>
span { border-color: #8158FF; }
span { border-color: rgb(129,88,255); }
td.TdClassName
{
border-color: #8158FF;
}
.TagClassName
{
border-color: #8158FF;
}
</style>