Shades of Medium Slate Blue #7155E5
Tints of Medium Slate Blue #7155E5
RGB
CMYK
RGB Variations
Color information
#7155E5 (or 0x7155E5) is known color: Medium Slate Blue. HEX triplet: 71, 55 and E5. RGB value is (113,85,229). Sum of RGB (Red+Green+Blue) = 113+85+229=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #7155E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155E5 is #8EAA1A. Grayscale: #6D6D6D. Windows color (decimal): -9349659 or 15029617. OLE color: 15029617.
HSL color Cylindrical-coordinate representation of color #7155E5: hue angle of 251.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7155E5 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 85 | 229 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.10 |
| HSL | 251.67º | 0.73% | 0.62% | - |
| HSV(B) | 251.67º | 0.63% | 0.9% | - |
| XYZ | 24.2 | 15.66 | 75.88 | - |
| YUV | 109.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 229 | 0.51 | 0.63 | 0 | 0.10 | 251.67 | 0.73 | 0.62 |
| Hex | 71 | 55 | E5 | 33 | 3F | 0 | A | FC | 49 | 3E |
| Octal | 161 | 125 | 345 | 63 | 77 | 0 | 12 | 374 | 111 | 76 |
| Binary | 1110001 | 1010101 | 11100101 | 110011 | 111111 | 0 | 1010 | 11111100 | 1001001 | 111110 |
Color Harmonies of #7155E5
Complementary color
Monochromatic Colors of #7155E5
Black with #7155E5
Text Example
Text Example
White with #7155E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155E5; }
p { color: rgb(113,85,229); }
H1.HeaderClassName
{
color: #7155E5;
}
.AnyTagClassName
{
color: #7155E5;
}
</style>
background-color css
<style>
a { background-color: #7155E5; }
a { background-color: rgb(113,85,229); }
div.DivClassName
{
background-color: #7155E5;
}
.BgClassName
{
background-color: #7155E5;
}
</style>
border-color css
<style>
span { border-color: #7155E5; }
span { border-color: rgb(113,85,229); }
td.TdClassName
{
border-color: #7155E5;
}
.TagClassName
{
border-color: #7155E5;
}
</style>