Shades of Medium Slate Blue #747AE5
Tints of Medium Slate Blue #747AE5
RGB
CMYK
RGB Variations
Color information
#747AE5 (or 0x747AE5) is known color: Medium Slate Blue. HEX triplet: 74, 7A and E5. RGB value is (116,122,229). Sum of RGB (Red+Green+Blue) = 116+122+229=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #747AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AE5 is #8B851A. Grayscale: #838383. Windows color (decimal): -9143579 or 15039092. OLE color: 15039092.
HSL color Cylindrical-coordinate representation of color #747AE5: hue angle of 236.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #747AE5 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 122 | 229 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.10 |
| HSL | 236.81º | 0.68% | 0.68% | - |
| HSV(B) | 236.81º | 0.49% | 0.9% | - |
| XYZ | 28.3 | 23.29 | 77.13 | - |
| YUV | 132.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 229 | 0.49 | 0.47 | 0 | 0.10 | 236.81 | 0.68 | 0.68 |
| Hex | 74 | 7A | E5 | 31 | 2F | 0 | A | ED | 44 | 44 |
| Octal | 164 | 172 | 345 | 61 | 57 | 0 | 12 | 355 | 104 | 104 |
| Binary | 1110100 | 1111010 | 11100101 | 110001 | 101111 | 0 | 1010 | 11101101 | 1000100 | 1000100 |
Color Harmonies of #747AE5
Complementary color
Monochromatic Colors of #747AE5
Black with #747AE5
Text Example
Text Example
White with #747AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AE5; }
p { color: rgb(116,122,229); }
H1.HeaderClassName
{
color: #747AE5;
}
.AnyTagClassName
{
color: #747AE5;
}
</style>
background-color css
<style>
a { background-color: #747AE5; }
a { background-color: rgb(116,122,229); }
div.DivClassName
{
background-color: #747AE5;
}
.BgClassName
{
background-color: #747AE5;
}
</style>
border-color css
<style>
span { border-color: #747AE5; }
span { border-color: rgb(116,122,229); }
td.TdClassName
{
border-color: #747AE5;
}
.TagClassName
{
border-color: #747AE5;
}
</style>