Shades of Medium Slate Blue #757CE6
Tints of Medium Slate Blue #757CE6
RGB
CMYK
RGB Variations
Color information
#757CE6 (or 0x757CE6) is known color: Medium Slate Blue. HEX triplet: 75, 7C and E6. RGB value is (117,124,230). Sum of RGB (Red+Green+Blue) = 117+124+230=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #757CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CE6 is #8A8319. Grayscale: #858585. Windows color (decimal): -9077530 or 15105141. OLE color: 15105141.
HSL color Cylindrical-coordinate representation of color #757CE6: hue angle of 236.28º degrees, saturation: 0.69, 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 #757CE6 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 124 | 230 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.10 |
| HSL | 236.28º | 0.69% | 0.68% | - |
| HSV(B) | 236.28º | 0.49% | 0.9% | - |
| XYZ | 28.83 | 23.91 | 77.96 | - |
| YUV | 133.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 230 | 0.49 | 0.46 | 0 | 0.10 | 236.28 | 0.69 | 0.68 |
| Hex | 75 | 7C | E6 | 31 | 2E | 0 | A | EC | 45 | 44 |
| Octal | 165 | 174 | 346 | 61 | 56 | 0 | 12 | 354 | 105 | 104 |
| Binary | 1110101 | 1111100 | 11100110 | 110001 | 101110 | 0 | 1010 | 11101100 | 1000101 | 1000100 |
Color Harmonies of #757CE6
Complementary color
Monochromatic Colors of #757CE6
Black with #757CE6
Text Example
Text Example
White with #757CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CE6; }
p { color: rgb(117,124,230); }
H1.HeaderClassName
{
color: #757CE6;
}
.AnyTagClassName
{
color: #757CE6;
}
</style>
background-color css
<style>
a { background-color: #757CE6; }
a { background-color: rgb(117,124,230); }
div.DivClassName
{
background-color: #757CE6;
}
.BgClassName
{
background-color: #757CE6;
}
</style>
border-color css
<style>
span { border-color: #757CE6; }
span { border-color: rgb(117,124,230); }
td.TdClassName
{
border-color: #757CE6;
}
.TagClassName
{
border-color: #757CE6;
}
</style>