Shades of Medium Slate Blue #747DF4
Tints of Medium Slate Blue #747DF4
RGB
CMYK
RGB Variations
Color information
#747DF4 (or 0x747DF4) is known color: Medium Slate Blue. HEX triplet: 74, 7D and F4. RGB value is (116,125,244). Sum of RGB (Red+Green+Blue) = 116+125+244=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #747DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747DF4 is #8B820B. Grayscale: #878787. Windows color (decimal): -9142796 or 16022900. OLE color: 16022900.
HSL color Cylindrical-coordinate representation of color #747DF4: hue angle of 235.78º 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 #747DF4 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 125 | 244 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.04 |
| HSL | 235.78º | 0.85% | 0.71% | - |
| HSV(B) | 235.78º | 0.52% | 0.96% | - |
| XYZ | 30.87 | 24.91 | 88.77 | - |
| YUV | 135.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 244 | 0.52 | 0.49 | 0 | 0.04 | 235.78 | 0.85 | 0.71 |
| Hex | 74 | 7D | F4 | 34 | 31 | 0 | 4 | EC | 55 | 47 |
| Octal | 164 | 175 | 364 | 64 | 61 | 0 | 4 | 354 | 125 | 107 |
| Binary | 1110100 | 1111101 | 11110100 | 110100 | 110001 | 0 | 100 | 11101100 | 1010101 | 1000111 |
Color Harmonies of #747DF4
Complementary color
Monochromatic Colors of #747DF4
Black with #747DF4
Text Example
Text Example
White with #747DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DF4; }
p { color: rgb(116,125,244); }
H1.HeaderClassName
{
color: #747DF4;
}
.AnyTagClassName
{
color: #747DF4;
}
</style>
background-color css
<style>
a { background-color: #747DF4; }
a { background-color: rgb(116,125,244); }
div.DivClassName
{
background-color: #747DF4;
}
.BgClassName
{
background-color: #747DF4;
}
</style>
border-color css
<style>
span { border-color: #747DF4; }
span { border-color: rgb(116,125,244); }
td.TdClassName
{
border-color: #747DF4;
}
.TagClassName
{
border-color: #747DF4;
}
</style>