Shades of Medium Slate Blue #757BEF
Tints of Medium Slate Blue #757BEF
RGB
CMYK
RGB Variations
Color information
#757BEF (or 0x757BEF) is known color: Medium Slate Blue. HEX triplet: 75, 7B and EF. RGB value is (117,123,239). Sum of RGB (Red+Green+Blue) = 117+123+239=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #757BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BEF is #8A8410. Grayscale: #858585. Windows color (decimal): -9077777 or 15694709. OLE color: 15694709.
HSL color Cylindrical-coordinate representation of color #757BEF: hue angle of 237.05º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757BEF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 123 | 239 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.06 |
| HSL | 237.05º | 0.79% | 0.7% | - |
| HSV(B) | 237.05º | 0.51% | 0.94% | - |
| XYZ | 30 | 24.18 | 84.75 | - |
| YUV | 134.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 239 | 0.51 | 0.49 | 0 | 0.06 | 237.05 | 0.79 | 0.7 |
| Hex | 75 | 7B | EF | 33 | 31 | 0 | 6 | ED | 4F | 46 |
| Octal | 165 | 173 | 357 | 63 | 61 | 0 | 6 | 355 | 117 | 106 |
| Binary | 1110101 | 1111011 | 11101111 | 110011 | 110001 | 0 | 110 | 11101101 | 1001111 | 1000110 |
Color Harmonies of #757BEF
Complementary color
Monochromatic Colors of #757BEF
Black with #757BEF
Text Example
Text Example
White with #757BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BEF; }
p { color: rgb(117,123,239); }
H1.HeaderClassName
{
color: #757BEF;
}
.AnyTagClassName
{
color: #757BEF;
}
</style>
background-color css
<style>
a { background-color: #757BEF; }
a { background-color: rgb(117,123,239); }
div.DivClassName
{
background-color: #757BEF;
}
.BgClassName
{
background-color: #757BEF;
}
</style>
border-color css
<style>
span { border-color: #757BEF; }
span { border-color: rgb(117,123,239); }
td.TdClassName
{
border-color: #757BEF;
}
.TagClassName
{
border-color: #757BEF;
}
</style>