Shades of Medium Slate Blue #747AF3
Tints of Medium Slate Blue #747AF3
RGB
CMYK
RGB Variations
Color information
#747AF3 (or 0x747AF3) is known color: Medium Slate Blue. HEX triplet: 74, 7A and F3. RGB value is (116,122,243). Sum of RGB (Red+Green+Blue) = 116+122+243=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #747AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747AF3 is #8B850C. Grayscale: #858585. Windows color (decimal): -9143565 or 15956596. OLE color: 15956596.
HSL color Cylindrical-coordinate representation of color #747AF3: hue angle of 237.17º degrees, saturation: 0.84, 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 #747AF3 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 122 | 243 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.05 |
| HSL | 237.17º | 0.84% | 0.7% | - |
| HSV(B) | 237.17º | 0.52% | 0.95% | - |
| XYZ | 30.34 | 24.1 | 87.85 | - |
| YUV | 134 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 243 | 0.52 | 0.50 | 0 | 0.05 | 237.17 | 0.84 | 0.7 |
| Hex | 74 | 7A | F3 | 34 | 32 | 0 | 5 | ED | 54 | 46 |
| Octal | 164 | 172 | 363 | 64 | 62 | 0 | 5 | 355 | 124 | 106 |
| Binary | 1110100 | 1111010 | 11110011 | 110100 | 110010 | 0 | 101 | 11101101 | 1010100 | 1000110 |
Color Harmonies of #747AF3
Complementary color
Monochromatic Colors of #747AF3
Black with #747AF3
Text Example
Text Example
White with #747AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AF3; }
p { color: rgb(116,122,243); }
H1.HeaderClassName
{
color: #747AF3;
}
.AnyTagClassName
{
color: #747AF3;
}
</style>
background-color css
<style>
a { background-color: #747AF3; }
a { background-color: rgb(116,122,243); }
div.DivClassName
{
background-color: #747AF3;
}
.BgClassName
{
background-color: #747AF3;
}
</style>
border-color css
<style>
span { border-color: #747AF3; }
span { border-color: rgb(116,122,243); }
td.TdClassName
{
border-color: #747AF3;
}
.TagClassName
{
border-color: #747AF3;
}
</style>