Shades of Medium Slate Blue #7175EE
Tints of Medium Slate Blue #7175EE
RGB
CMYK
RGB Variations
Color information
#7175EE (or 0x7175EE) is known color: Medium Slate Blue. HEX triplet: 71, 75 and EE. RGB value is (113,117,238). Sum of RGB (Red+Green+Blue) = 113+117+238=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #7175EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7175EE is #8E8A11. Grayscale: #818181. Windows color (decimal): -9341458 or 15627633. OLE color: 15627633.
HSL color Cylindrical-coordinate representation of color #7175EE: hue angle of 238.08º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7175EE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 117 | 238 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.07 |
| HSL | 238.08º | 0.79% | 0.69% | - |
| HSV(B) | 238.08º | 0.53% | 0.93% | - |
| XYZ | 28.6 | 22.41 | 83.71 | - |
| YUV | 129.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 238 | 0.53 | 0.51 | 0 | 0.07 | 238.08 | 0.79 | 0.69 |
| Hex | 71 | 75 | EE | 35 | 33 | 0 | 7 | EE | 4F | 45 |
| Octal | 161 | 165 | 356 | 65 | 63 | 0 | 7 | 356 | 117 | 105 |
| Binary | 1110001 | 1110101 | 11101110 | 110101 | 110011 | 0 | 111 | 11101110 | 1001111 | 1000101 |
Color Harmonies of #7175EE
Complementary color
Monochromatic Colors of #7175EE
Black with #7175EE
Text Example
Text Example
White with #7175EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175EE; }
p { color: rgb(113,117,238); }
H1.HeaderClassName
{
color: #7175EE;
}
.AnyTagClassName
{
color: #7175EE;
}
</style>
background-color css
<style>
a { background-color: #7175EE; }
a { background-color: rgb(113,117,238); }
div.DivClassName
{
background-color: #7175EE;
}
.BgClassName
{
background-color: #7175EE;
}
</style>
border-color css
<style>
span { border-color: #7175EE; }
span { border-color: rgb(113,117,238); }
td.TdClassName
{
border-color: #7175EE;
}
.TagClassName
{
border-color: #7175EE;
}
</style>