Shades of Medium Slate Blue #747CF2
Tints of Medium Slate Blue #747CF2
RGB
CMYK
RGB Variations
Color information
#747CF2 (or 0x747CF2) is known color: Medium Slate Blue. HEX triplet: 74, 7C and F2. RGB value is (116,124,242). Sum of RGB (Red+Green+Blue) = 116+124+242=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #747CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CF2 is #8B830D. Grayscale: #868686. Windows color (decimal): -9143054 or 15891572. OLE color: 15891572.
HSL color Cylindrical-coordinate representation of color #747CF2: hue angle of 236.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #747CF2 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 124 | 242 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.05 |
| HSL | 236.19º | 0.83% | 0.7% | - |
| HSV(B) | 236.19º | 0.52% | 0.95% | - |
| XYZ | 30.44 | 24.54 | 87.14 | - |
| YUV | 135.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 242 | 0.52 | 0.49 | 0 | 0.05 | 236.19 | 0.83 | 0.7 |
| Hex | 74 | 7C | F2 | 34 | 31 | 0 | 5 | EC | 53 | 46 |
| Octal | 164 | 174 | 362 | 64 | 61 | 0 | 5 | 354 | 123 | 106 |
| Binary | 1110100 | 1111100 | 11110010 | 110100 | 110001 | 0 | 101 | 11101100 | 1010011 | 1000110 |
Color Harmonies of #747CF2
Complementary color
Monochromatic Colors of #747CF2
Black with #747CF2
Text Example
Text Example
White with #747CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CF2; }
p { color: rgb(116,124,242); }
H1.HeaderClassName
{
color: #747CF2;
}
.AnyTagClassName
{
color: #747CF2;
}
</style>
background-color css
<style>
a { background-color: #747CF2; }
a { background-color: rgb(116,124,242); }
div.DivClassName
{
background-color: #747CF2;
}
.BgClassName
{
background-color: #747CF2;
}
</style>
border-color css
<style>
span { border-color: #747CF2; }
span { border-color: rgb(116,124,242); }
td.TdClassName
{
border-color: #747CF2;
}
.TagClassName
{
border-color: #747CF2;
}
</style>