Shades of Medium Slate Blue #7153EA
Tints of Medium Slate Blue #7153EA
RGB
CMYK
RGB Variations
Color information
#7153EA (or 0x7153EA) is known color: Medium Slate Blue. HEX triplet: 71, 53 and EA. RGB value is (113,83,234). Sum of RGB (Red+Green+Blue) = 113+83+234=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #7153EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153EA is #8EAC15. Grayscale: #6C6C6C. Windows color (decimal): -9350166 or 15356785. OLE color: 15356785.
HSL color Cylindrical-coordinate representation of color #7153EA: hue angle of 251.92º 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 #7153EA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 83 | 234 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.08 |
| HSL | 251.92º | 0.78% | 0.62% | - |
| HSV(B) | 251.92º | 0.65% | 0.92% | - |
| XYZ | 24.75 | 15.64 | 79.56 | - |
| YUV | 109.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 234 | 0.52 | 0.65 | 0 | 0.08 | 251.92 | 0.78 | 0.62 |
| Hex | 71 | 53 | EA | 34 | 41 | 0 | 8 | FC | 4E | 3E |
| Octal | 161 | 123 | 352 | 64 | 101 | 0 | 10 | 374 | 116 | 76 |
| Binary | 1110001 | 1010011 | 11101010 | 110100 | 1000001 | 0 | 1000 | 11111100 | 1001110 | 111110 |
Color Harmonies of #7153EA
Complementary color
Monochromatic Colors of #7153EA
Black with #7153EA
Text Example
Text Example
White with #7153EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153EA; }
p { color: rgb(113,83,234); }
H1.HeaderClassName
{
color: #7153EA;
}
.AnyTagClassName
{
color: #7153EA;
}
</style>
background-color css
<style>
a { background-color: #7153EA; }
a { background-color: rgb(113,83,234); }
div.DivClassName
{
background-color: #7153EA;
}
.BgClassName
{
background-color: #7153EA;
}
</style>
border-color css
<style>
span { border-color: #7153EA; }
span { border-color: rgb(113,83,234); }
td.TdClassName
{
border-color: #7153EA;
}
.TagClassName
{
border-color: #7153EA;
}
</style>