Shades of Medium Slate Blue #747AF0
Tints of Medium Slate Blue #747AF0
RGB
CMYK
RGB Variations
Color information
#747AF0 (or 0x747AF0) is known color: Medium Slate Blue. HEX triplet: 74, 7A and F0. RGB value is (116,122,240). Sum of RGB (Red+Green+Blue) = 116+122+240=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #747AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747AF0 is #8B850F. Grayscale: #858585. Windows color (decimal): -9143568 or 15759988. OLE color: 15759988.
HSL color Cylindrical-coordinate representation of color #747AF0: hue angle of 237.1º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #747AF0 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 122 | 240 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.06 |
| HSL | 237.1º | 0.81% | 0.7% | - |
| HSV(B) | 237.1º | 0.52% | 0.94% | - |
| XYZ | 29.89 | 23.92 | 85.48 | - |
| YUV | 133.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 240 | 0.52 | 0.49 | 0 | 0.06 | 237.1 | 0.81 | 0.7 |
| Hex | 74 | 7A | F0 | 34 | 31 | 0 | 6 | ED | 51 | 46 |
| Octal | 164 | 172 | 360 | 64 | 61 | 0 | 6 | 355 | 121 | 106 |
| Binary | 1110100 | 1111010 | 11110000 | 110100 | 110001 | 0 | 110 | 11101101 | 1010001 | 1000110 |
Color Harmonies of #747AF0
Complementary color
Monochromatic Colors of #747AF0
Black with #747AF0
Text Example
Text Example
White with #747AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AF0; }
p { color: rgb(116,122,240); }
H1.HeaderClassName
{
color: #747AF0;
}
.AnyTagClassName
{
color: #747AF0;
}
</style>
background-color css
<style>
a { background-color: #747AF0; }
a { background-color: rgb(116,122,240); }
div.DivClassName
{
background-color: #747AF0;
}
.BgClassName
{
background-color: #747AF0;
}
</style>
border-color css
<style>
span { border-color: #747AF0; }
span { border-color: rgb(116,122,240); }
td.TdClassName
{
border-color: #747AF0;
}
.TagClassName
{
border-color: #747AF0;
}
</style>