Shades of Medium Slate Blue #757BEC
Tints of Medium Slate Blue #757BEC
RGB
CMYK
RGB Variations
Color information
#757BEC (or 0x757BEC) is known color: Medium Slate Blue. HEX triplet: 75, 7B and EC. RGB value is (117,123,236). Sum of RGB (Red+Green+Blue) = 117+123+236=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #757BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BEC is #8A8413. Grayscale: #858585. Windows color (decimal): -9077780 or 15498101. OLE color: 15498101.
HSL color Cylindrical-coordinate representation of color #757BEC: hue angle of 236.97º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757BEC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 123 | 236 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.07 |
| HSL | 236.97º | 0.76% | 0.69% | - |
| HSV(B) | 236.97º | 0.5% | 0.93% | - |
| XYZ | 29.56 | 24 | 82.43 | - |
| YUV | 134.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 236 | 0.50 | 0.48 | 0 | 0.07 | 236.97 | 0.76 | 0.69 |
| Hex | 75 | 7B | EC | 32 | 30 | 0 | 7 | ED | 4C | 45 |
| Octal | 165 | 173 | 354 | 62 | 60 | 0 | 7 | 355 | 114 | 105 |
| Binary | 1110101 | 1111011 | 11101100 | 110010 | 110000 | 0 | 111 | 11101101 | 1001100 | 1000101 |
Color Harmonies of #757BEC
Complementary color
Monochromatic Colors of #757BEC
Black with #757BEC
Text Example
Text Example
White with #757BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BEC; }
p { color: rgb(117,123,236); }
H1.HeaderClassName
{
color: #757BEC;
}
.AnyTagClassName
{
color: #757BEC;
}
</style>
background-color css
<style>
a { background-color: #757BEC; }
a { background-color: rgb(117,123,236); }
div.DivClassName
{
background-color: #757BEC;
}
.BgClassName
{
background-color: #757BEC;
}
</style>
border-color css
<style>
span { border-color: #757BEC; }
span { border-color: rgb(117,123,236); }
td.TdClassName
{
border-color: #757BEC;
}
.TagClassName
{
border-color: #757BEC;
}
</style>