Shades of Medium Slate Blue #7178ED
Tints of Medium Slate Blue #7178ED
RGB
CMYK
RGB Variations
Color information
#7178ED (or 0x7178ED) is known color: Medium Slate Blue. HEX triplet: 71, 78 and ED. RGB value is (113,120,237). Sum of RGB (Red+Green+Blue) = 113+120+237=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #7178ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7178ED is #8E8712. Grayscale: #828282. Windows color (decimal): -9340691 or 15562865. OLE color: 15562865.
HSL color Cylindrical-coordinate representation of color #7178ED: hue angle of 236.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7178ED is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 120 | 237 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.07 |
| HSL | 236.61º | 0.78% | 0.69% | - |
| HSV(B) | 236.61º | 0.52% | 0.93% | - |
| XYZ | 28.81 | 23.06 | 83.05 | - |
| YUV | 131.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 237 | 0.52 | 0.49 | 0 | 0.07 | 236.61 | 0.78 | 0.69 |
| Hex | 71 | 78 | ED | 34 | 31 | 0 | 7 | ED | 4E | 45 |
| Octal | 161 | 170 | 355 | 64 | 61 | 0 | 7 | 355 | 116 | 105 |
| Binary | 1110001 | 1111000 | 11101101 | 110100 | 110001 | 0 | 111 | 11101101 | 1001110 | 1000101 |
Color Harmonies of #7178ED
Complementary color
Monochromatic Colors of #7178ED
Black with #7178ED
Text Example
Text Example
White with #7178ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7178ED; }
p { color: rgb(113,120,237); }
H1.HeaderClassName
{
color: #7178ED;
}
.AnyTagClassName
{
color: #7178ED;
}
</style>
background-color css
<style>
a { background-color: #7178ED; }
a { background-color: rgb(113,120,237); }
div.DivClassName
{
background-color: #7178ED;
}
.BgClassName
{
background-color: #7178ED;
}
</style>
border-color css
<style>
span { border-color: #7178ED; }
span { border-color: rgb(113,120,237); }
td.TdClassName
{
border-color: #7178ED;
}
.TagClassName
{
border-color: #7178ED;
}
</style>