Shades of Medium Slate Blue #7178E9
Tints of Medium Slate Blue #7178E9
RGB
CMYK
RGB Variations
Color information
#7178E9 (or 0x7178E9) is known color: Medium Slate Blue. HEX triplet: 71, 78 and E9. RGB value is (113,120,233). Sum of RGB (Red+Green+Blue) = 113+120+233=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #7178E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7178E9 is #8E8716. Grayscale: #828282. Windows color (decimal): -9340695 or 15300721. OLE color: 15300721.
HSL color Cylindrical-coordinate representation of color #7178E9: hue angle of 236.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7178E9 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 120 | 233 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.09 |
| HSL | 236.5º | 0.73% | 0.68% | - |
| HSV(B) | 236.5º | 0.52% | 0.91% | - |
| XYZ | 28.23 | 22.83 | 80.01 | - |
| YUV | 130.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 233 | 0.52 | 0.48 | 0 | 0.09 | 236.5 | 0.73 | 0.68 |
| Hex | 71 | 78 | E9 | 34 | 30 | 0 | 9 | EC | 49 | 44 |
| Octal | 161 | 170 | 351 | 64 | 60 | 0 | 11 | 354 | 111 | 104 |
| Binary | 1110001 | 1111000 | 11101001 | 110100 | 110000 | 0 | 1001 | 11101100 | 1001001 | 1000100 |
Color Harmonies of #7178E9
Complementary color
Monochromatic Colors of #7178E9
Black with #7178E9
Text Example
Text Example
White with #7178E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7178E9; }
p { color: rgb(113,120,233); }
H1.HeaderClassName
{
color: #7178E9;
}
.AnyTagClassName
{
color: #7178E9;
}
</style>
background-color css
<style>
a { background-color: #7178E9; }
a { background-color: rgb(113,120,233); }
div.DivClassName
{
background-color: #7178E9;
}
.BgClassName
{
background-color: #7178E9;
}
</style>
border-color css
<style>
span { border-color: #7178E9; }
span { border-color: rgb(113,120,233); }
td.TdClassName
{
border-color: #7178E9;
}
.TagClassName
{
border-color: #7178E9;
}
</style>