Shades of Medium Slate Blue #757BE5
Tints of Medium Slate Blue #757BE5
RGB
CMYK
RGB Variations
Color information
#757BE5 (or 0x757BE5) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E5. RGB value is (117,123,229). Sum of RGB (Red+Green+Blue) = 117+123+229=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #757BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BE5 is #8A841A. Grayscale: #848484. Windows color (decimal): -9077787 or 15039349. OLE color: 15039349.
HSL color Cylindrical-coordinate representation of color #757BE5: hue angle of 236.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #757BE5 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 123 | 229 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.10 |
| HSL | 236.79º | 0.68% | 0.68% | - |
| HSV(B) | 236.79º | 0.49% | 0.9% | - |
| XYZ | 28.56 | 23.6 | 77.18 | - |
| YUV | 133.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 229 | 0.49 | 0.46 | 0 | 0.10 | 236.79 | 0.68 | 0.68 |
| Hex | 75 | 7B | E5 | 31 | 2E | 0 | A | ED | 44 | 44 |
| Octal | 165 | 173 | 345 | 61 | 56 | 0 | 12 | 355 | 104 | 104 |
| Binary | 1110101 | 1111011 | 11100101 | 110001 | 101110 | 0 | 1010 | 11101101 | 1000100 | 1000100 |
Color Harmonies of #757BE5
Complementary color
Monochromatic Colors of #757BE5
Black with #757BE5
Text Example
Text Example
White with #757BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BE5; }
p { color: rgb(117,123,229); }
H1.HeaderClassName
{
color: #757BE5;
}
.AnyTagClassName
{
color: #757BE5;
}
</style>
background-color css
<style>
a { background-color: #757BE5; }
a { background-color: rgb(117,123,229); }
div.DivClassName
{
background-color: #757BE5;
}
.BgClassName
{
background-color: #757BE5;
}
</style>
border-color css
<style>
span { border-color: #757BE5; }
span { border-color: rgb(117,123,229); }
td.TdClassName
{
border-color: #757BE5;
}
.TagClassName
{
border-color: #757BE5;
}
</style>