Shades of Medium Slate Blue #757BE0
Tints of Medium Slate Blue #757BE0
RGB
CMYK
RGB Variations
Color information
#757BE0 (or 0x757BE0) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E0. RGB value is (117,123,224). Sum of RGB (Red+Green+Blue) = 117+123+224=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #757BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BE0 is #8A841F. Grayscale: #848484. Windows color (decimal): -9077792 or 14711669. OLE color: 14711669.
HSL color Cylindrical-coordinate representation of color #757BE0: hue angle of 236.64º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757BE0 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 123 | 224 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.12 |
| HSL | 236.64º | 0.63% | 0.67% | - |
| HSV(B) | 236.64º | 0.48% | 0.88% | - |
| XYZ | 27.87 | 23.33 | 73.55 | - |
| YUV | 132.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 224 | 0.48 | 0.45 | 0 | 0.12 | 236.64 | 0.63 | 0.67 |
| Hex | 75 | 7B | E0 | 30 | 2D | 0 | C | ED | 3F | 43 |
| Octal | 165 | 173 | 340 | 60 | 55 | 0 | 14 | 355 | 77 | 103 |
| Binary | 1110101 | 1111011 | 11100000 | 110000 | 101101 | 0 | 1100 | 11101101 | 111111 | 1000011 |
Color Harmonies of #757BE0
Complementary color
Monochromatic Colors of #757BE0
Black with #757BE0
Text Example
Text Example
White with #757BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BE0; }
p { color: rgb(117,123,224); }
H1.HeaderClassName
{
color: #757BE0;
}
.AnyTagClassName
{
color: #757BE0;
}
</style>
background-color css
<style>
a { background-color: #757BE0; }
a { background-color: rgb(117,123,224); }
div.DivClassName
{
background-color: #757BE0;
}
.BgClassName
{
background-color: #757BE0;
}
</style>
border-color css
<style>
span { border-color: #757BE0; }
span { border-color: rgb(117,123,224); }
td.TdClassName
{
border-color: #757BE0;
}
.TagClassName
{
border-color: #757BE0;
}
</style>