Shades of Medium Slate Blue #757BEE
Tints of Medium Slate Blue #757BEE
RGB
CMYK
RGB Variations
Color information
#757BEE (or 0x757BEE) is known color: Medium Slate Blue. HEX triplet: 75, 7B and EE. RGB value is (117,123,238). Sum of RGB (Red+Green+Blue) = 117+123+238=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #757BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BEE is #8A8411. Grayscale: #858585. Windows color (decimal): -9077778 or 15629173. OLE color: 15629173.
HSL color Cylindrical-coordinate representation of color #757BEE: hue angle of 237.02º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757BEE is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 123 | 238 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.07 |
| HSL | 237.02º | 0.78% | 0.7% | - |
| HSV(B) | 237.02º | 0.51% | 0.93% | - |
| XYZ | 29.85 | 24.12 | 83.97 | - |
| YUV | 134.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 238 | 0.51 | 0.48 | 0 | 0.07 | 237.02 | 0.78 | 0.7 |
| Hex | 75 | 7B | EE | 33 | 30 | 0 | 7 | ED | 4E | 46 |
| Octal | 165 | 173 | 356 | 63 | 60 | 0 | 7 | 355 | 116 | 106 |
| Binary | 1110101 | 1111011 | 11101110 | 110011 | 110000 | 0 | 111 | 11101101 | 1001110 | 1000110 |
Color Harmonies of #757BEE
Complementary color
Monochromatic Colors of #757BEE
Black with #757BEE
Text Example
Text Example
White with #757BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BEE; }
p { color: rgb(117,123,238); }
H1.HeaderClassName
{
color: #757BEE;
}
.AnyTagClassName
{
color: #757BEE;
}
</style>
background-color css
<style>
a { background-color: #757BEE; }
a { background-color: rgb(117,123,238); }
div.DivClassName
{
background-color: #757BEE;
}
.BgClassName
{
background-color: #757BEE;
}
</style>
border-color css
<style>
span { border-color: #757BEE; }
span { border-color: rgb(117,123,238); }
td.TdClassName
{
border-color: #757BEE;
}
.TagClassName
{
border-color: #757BEE;
}
</style>