Shades of Medium Slate Blue #757AF5
Tints of Medium Slate Blue #757AF5
RGB
CMYK
RGB Variations
Color information
#757AF5 (or 0x757AF5) is known color: Medium Slate Blue. HEX triplet: 75, 7A and F5. RGB value is (117,122,245). Sum of RGB (Red+Green+Blue) = 117+122+245=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #757AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AF5 is #8A850A. Grayscale: #868686. Windows color (decimal): -9078027 or 16087669. OLE color: 16087669.
HSL color Cylindrical-coordinate representation of color #757AF5: hue angle of 237.66º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #757AF5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 122 | 245 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.04 |
| HSL | 237.66º | 0.86% | 0.71% | - |
| HSV(B) | 237.66º | 0.52% | 0.96% | - |
| XYZ | 30.78 | 24.29 | 89.45 | - |
| YUV | 134.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 245 | 0.52 | 0.50 | 0 | 0.04 | 237.66 | 0.86 | 0.71 |
| Hex | 75 | 7A | F5 | 34 | 32 | 0 | 4 | EE | 56 | 47 |
| Octal | 165 | 172 | 365 | 64 | 62 | 0 | 4 | 356 | 126 | 107 |
| Binary | 1110101 | 1111010 | 11110101 | 110100 | 110010 | 0 | 100 | 11101110 | 1010110 | 1000111 |
Color Harmonies of #757AF5
Complementary color
Monochromatic Colors of #757AF5
Black with #757AF5
Text Example
Text Example
White with #757AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757AF5; }
p { color: rgb(117,122,245); }
H1.HeaderClassName
{
color: #757AF5;
}
.AnyTagClassName
{
color: #757AF5;
}
</style>
background-color css
<style>
a { background-color: #757AF5; }
a { background-color: rgb(117,122,245); }
div.DivClassName
{
background-color: #757AF5;
}
.BgClassName
{
background-color: #757AF5;
}
</style>
border-color css
<style>
span { border-color: #757AF5; }
span { border-color: rgb(117,122,245); }
td.TdClassName
{
border-color: #757AF5;
}
.TagClassName
{
border-color: #757AF5;
}
</style>