Shades of Medium Slate Blue #757AF4
Tints of Medium Slate Blue #757AF4
RGB
CMYK
RGB Variations
Color information
#757AF4 (or 0x757AF4) is known color: Medium Slate Blue. HEX triplet: 75, 7A and F4. RGB value is (117,122,244). Sum of RGB (Red+Green+Blue) = 117+122+244=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #757AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AF4 is #8A850B. Grayscale: #858585. Windows color (decimal): -9078028 or 16022133. OLE color: 16022133.
HSL color Cylindrical-coordinate representation of color #757AF4: hue angle of 237.64º degrees, saturation: 0.85, 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 #757AF4 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 122 | 244 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.04 |
| HSL | 237.64º | 0.85% | 0.71% | - |
| HSV(B) | 237.64º | 0.52% | 0.96% | - |
| XYZ | 30.62 | 24.23 | 88.65 | - |
| YUV | 134.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 244 | 0.52 | 0.5 | 0 | 0.04 | 237.64 | 0.85 | 0.71 |
| Hex | 75 | 7A | F4 | 34 | 32 | 0 | 4 | EE | 55 | 47 |
| Octal | 165 | 172 | 364 | 64 | 62 | 0 | 4 | 356 | 125 | 107 |
| Binary | 1110101 | 1111010 | 11110100 | 110100 | 110010 | 0 | 100 | 11101110 | 1010101 | 1000111 |
Color Harmonies of #757AF4
Complementary color
Monochromatic Colors of #757AF4
Black with #757AF4
Text Example
Text Example
White with #757AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757AF4; }
p { color: rgb(117,122,244); }
H1.HeaderClassName
{
color: #757AF4;
}
.AnyTagClassName
{
color: #757AF4;
}
</style>
background-color css
<style>
a { background-color: #757AF4; }
a { background-color: rgb(117,122,244); }
div.DivClassName
{
background-color: #757AF4;
}
.BgClassName
{
background-color: #757AF4;
}
</style>
border-color css
<style>
span { border-color: #757AF4; }
span { border-color: rgb(117,122,244); }
td.TdClassName
{
border-color: #757AF4;
}
.TagClassName
{
border-color: #757AF4;
}
</style>