Shades of Medium Slate Blue #757FE6
Tints of Medium Slate Blue #757FE6
RGB
CMYK
RGB Variations
Color information
#757FE6 (or 0x757FE6) is known color: Medium Slate Blue. HEX triplet: 75, 7F and E6. RGB value is (117,127,230). Sum of RGB (Red+Green+Blue) = 117+127+230=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #757FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FE6 is #8A8019. Grayscale: #878787. Windows color (decimal): -9076762 or 15105909. OLE color: 15105909.
HSL color Cylindrical-coordinate representation of color #757FE6: hue angle of 234.69º 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 #757FE6 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 127 | 230 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.10 |
| HSL | 234.69º | 0.69% | 0.68% | - |
| HSV(B) | 234.69º | 0.49% | 0.9% | - |
| XYZ | 29.21 | 24.67 | 78.09 | - |
| YUV | 135.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 230 | 0.49 | 0.45 | 0 | 0.10 | 234.69 | 0.69 | 0.68 |
| Hex | 75 | 7F | E6 | 31 | 2D | 0 | A | EB | 45 | 44 |
| Octal | 165 | 177 | 346 | 61 | 55 | 0 | 12 | 353 | 105 | 104 |
| Binary | 1110101 | 1111111 | 11100110 | 110001 | 101101 | 0 | 1010 | 11101011 | 1000101 | 1000100 |
Color Harmonies of #757FE6
Complementary color
Monochromatic Colors of #757FE6
Black with #757FE6
Text Example
Text Example
White with #757FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FE6; }
p { color: rgb(117,127,230); }
H1.HeaderClassName
{
color: #757FE6;
}
.AnyTagClassName
{
color: #757FE6;
}
</style>
background-color css
<style>
a { background-color: #757FE6; }
a { background-color: rgb(117,127,230); }
div.DivClassName
{
background-color: #757FE6;
}
.BgClassName
{
background-color: #757FE6;
}
</style>
border-color css
<style>
span { border-color: #757FE6; }
span { border-color: rgb(117,127,230); }
td.TdClassName
{
border-color: #757FE6;
}
.TagClassName
{
border-color: #757FE6;
}
</style>