Shades of Medium Slate Blue #7571E2
Tints of Medium Slate Blue #7571E2
RGB
CMYK
RGB Variations
Color information
#7571E2 (or 0x7571E2) is known color: Medium Slate Blue. HEX triplet: 75, 71 and E2. RGB value is (117,113,226). Sum of RGB (Red+Green+Blue) = 117+113+226=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 226 (88.67% from 255 or 49.56% from 456); Max value from RGB is 226 - color contains mainly: blue. Hex color #7571E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571E2 is #8A8E1D. Grayscale: #7E7E7E. Windows color (decimal): -9080350 or 14840181. OLE color: 14840181.
HSL color Cylindrical-coordinate representation of color #7571E2: hue angle of 242.12º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7571E2 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 113 | 226 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.11 |
| HSL | 242.12º | 0.66% | 0.66% | - |
| HSV(B) | 242.12º | 0.5% | 0.89% | - |
| XYZ | 26.97 | 21.08 | 74.6 | - |
| YUV | 127.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 226 | 0.48 | 0.5 | 0 | 0.11 | 242.12 | 0.66 | 0.66 |
| Hex | 75 | 71 | E2 | 30 | 32 | 0 | B | F2 | 42 | 42 |
| Octal | 165 | 161 | 342 | 60 | 62 | 0 | 13 | 362 | 102 | 102 |
| Binary | 1110101 | 1110001 | 11100010 | 110000 | 110010 | 0 | 1011 | 11110010 | 1000010 | 1000010 |
Color Harmonies of #7571E2
Complementary color
Monochromatic Colors of #7571E2
Black with #7571E2
Text Example
Text Example
White with #7571E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7571E2; }
p { color: rgb(117,113,226); }
H1.HeaderClassName
{
color: #7571E2;
}
.AnyTagClassName
{
color: #7571E2;
}
</style>
background-color css
<style>
a { background-color: #7571E2; }
a { background-color: rgb(117,113,226); }
div.DivClassName
{
background-color: #7571E2;
}
.BgClassName
{
background-color: #7571E2;
}
</style>
border-color css
<style>
span { border-color: #7571E2; }
span { border-color: rgb(117,113,226); }
td.TdClassName
{
border-color: #7571E2;
}
.TagClassName
{
border-color: #7571E2;
}
</style>