Shades of Medium Slate Blue #757AF0
Tints of Medium Slate Blue #757AF0
RGB
CMYK
RGB Variations
Color information
#757AF0 (or 0x757AF0) is known color: Medium Slate Blue. HEX triplet: 75, 7A and F0. RGB value is (117,122,240). Sum of RGB (Red+Green+Blue) = 117+122+240=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #757AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AF0 is #8A850F. Grayscale: #858585. Windows color (decimal): -9078032 or 15759989. OLE color: 15759989.
HSL color Cylindrical-coordinate representation of color #757AF0: hue angle of 237.56º degrees, saturation: 0.8, 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 #757AF0 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 122 | 240 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.06 |
| HSL | 237.56º | 0.8% | 0.7% | - |
| HSV(B) | 237.56º | 0.51% | 0.94% | - |
| XYZ | 30.02 | 23.99 | 85.49 | - |
| YUV | 133.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 240 | 0.51 | 0.49 | 0 | 0.06 | 237.56 | 0.8 | 0.7 |
| Hex | 75 | 7A | F0 | 33 | 31 | 0 | 6 | EE | 50 | 46 |
| Octal | 165 | 172 | 360 | 63 | 61 | 0 | 6 | 356 | 120 | 106 |
| Binary | 1110101 | 1111010 | 11110000 | 110011 | 110001 | 0 | 110 | 11101110 | 1010000 | 1000110 |
Color Harmonies of #757AF0
Complementary color
Monochromatic Colors of #757AF0
Black with #757AF0
Text Example
Text Example
White with #757AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757AF0; }
p { color: rgb(117,122,240); }
H1.HeaderClassName
{
color: #757AF0;
}
.AnyTagClassName
{
color: #757AF0;
}
</style>
background-color css
<style>
a { background-color: #757AF0; }
a { background-color: rgb(117,122,240); }
div.DivClassName
{
background-color: #757AF0;
}
.BgClassName
{
background-color: #757AF0;
}
</style>
border-color css
<style>
span { border-color: #757AF0; }
span { border-color: rgb(117,122,240); }
td.TdClassName
{
border-color: #757AF0;
}
.TagClassName
{
border-color: #757AF0;
}
</style>