Shades of Medium Slate Blue #757EE3
Tints of Medium Slate Blue #757EE3
RGB
CMYK
RGB Variations
Color information
#757EE3 (or 0x757EE3) is known color: Medium Slate Blue. HEX triplet: 75, 7E and E3. RGB value is (117,126,227). Sum of RGB (Red+Green+Blue) = 117+126+227=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #757EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EE3 is #8A811C. Grayscale: #868686. Windows color (decimal): -9077021 or 14909045. OLE color: 14909045.
HSL color Cylindrical-coordinate representation of color #757EE3: hue angle of 235.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757EE3 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 126 | 227 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.11 |
| HSL | 235.09º | 0.66% | 0.67% | - |
| HSV(B) | 235.09º | 0.48% | 0.89% | - |
| XYZ | 28.66 | 24.25 | 75.84 | - |
| YUV | 134.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 227 | 0.48 | 0.44 | 0 | 0.11 | 235.09 | 0.66 | 0.67 |
| Hex | 75 | 7E | E3 | 30 | 2C | 0 | B | EB | 42 | 43 |
| Octal | 165 | 176 | 343 | 60 | 54 | 0 | 13 | 353 | 102 | 103 |
| Binary | 1110101 | 1111110 | 11100011 | 110000 | 101100 | 0 | 1011 | 11101011 | 1000010 | 1000011 |
Color Harmonies of #757EE3
Complementary color
Monochromatic Colors of #757EE3
Black with #757EE3
Text Example
Text Example
White with #757EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EE3; }
p { color: rgb(117,126,227); }
H1.HeaderClassName
{
color: #757EE3;
}
.AnyTagClassName
{
color: #757EE3;
}
</style>
background-color css
<style>
a { background-color: #757EE3; }
a { background-color: rgb(117,126,227); }
div.DivClassName
{
background-color: #757EE3;
}
.BgClassName
{
background-color: #757EE3;
}
</style>
border-color css
<style>
span { border-color: #757EE3; }
span { border-color: rgb(117,126,227); }
td.TdClassName
{
border-color: #757EE3;
}
.TagClassName
{
border-color: #757EE3;
}
</style>