Shades of Medium Slate Blue #8153EA
Tints of Medium Slate Blue #8153EA
RGB
CMYK
RGB Variations
Color information
#8153EA (or 0x8153EA) is known color: Medium Slate Blue. HEX triplet: 81, 53 and EA. RGB value is (129,83,234). Sum of RGB (Red+Green+Blue) = 129+83+234=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #8153EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8153EA is #7EAC15. Grayscale: #717171. Windows color (decimal): -8301590 or 15356801. OLE color: 15356801.
HSL color Cylindrical-coordinate representation of color #8153EA: hue angle of 258.28º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8153EA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 83 | 234 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.08 |
| HSL | 258.28º | 0.78% | 0.62% | - |
| HSV(B) | 258.28º | 0.65% | 0.92% | - |
| XYZ | 27 | 16.79 | 79.66 | - |
| YUV | 113.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 234 | 0.45 | 0.65 | 0 | 0.08 | 258.28 | 0.78 | 0.62 |
| Hex | 81 | 53 | EA | 2D | 41 | 0 | 8 | 102 | 4E | 3E |
| Octal | 201 | 123 | 352 | 55 | 101 | 0 | 10 | 402 | 116 | 76 |
| Binary | 10000001 | 1010011 | 11101010 | 101101 | 1000001 | 0 | 1000 | 100000010 | 1001110 | 111110 |
Color Harmonies of #8153EA
Complementary color
Monochromatic Colors of #8153EA
Black with #8153EA
Text Example
Text Example
White with #8153EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153EA; }
p { color: rgb(129,83,234); }
H1.HeaderClassName
{
color: #8153EA;
}
.AnyTagClassName
{
color: #8153EA;
}
</style>
background-color css
<style>
a { background-color: #8153EA; }
a { background-color: rgb(129,83,234); }
div.DivClassName
{
background-color: #8153EA;
}
.BgClassName
{
background-color: #8153EA;
}
</style>
border-color css
<style>
span { border-color: #8153EA; }
span { border-color: rgb(129,83,234); }
td.TdClassName
{
border-color: #8153EA;
}
.TagClassName
{
border-color: #8153EA;
}
</style>