Shades of Moody Blue #747ED3
Tints of Moody Blue #747ED3
RGB
CMYK
RGB Variations
Color information
#747ED3 (or 0x747ED3) is known color: Moody Blue. HEX triplet: 74, 7E and D3. RGB value is (116,126,211). Sum of RGB (Red+Green+Blue) = 116+126+211=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #747ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ED3 is #8B812C. Grayscale: #848484. Windows color (decimal): -9142573 or 13860468. OLE color: 13860468.
HSL color Cylindrical-coordinate representation of color #747ED3: hue angle of 233.68º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747ED3 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 126 | 211 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.17 |
| HSL | 233.68º | 0.52% | 0.64% | - |
| HSV(B) | 233.68º | 0.45% | 0.83% | - |
| XYZ | 26.42 | 23.34 | 64.74 | - |
| YUV | 132.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 211 | 0.45 | 0.40 | 0 | 0.17 | 233.68 | 0.52 | 0.64 |
| Hex | 74 | 7E | D3 | 2D | 28 | 0 | 11 | EA | 34 | 40 |
| Octal | 164 | 176 | 323 | 55 | 50 | 0 | 21 | 352 | 64 | 100 |
| Binary | 1110100 | 1111110 | 11010011 | 101101 | 101000 | 0 | 10001 | 11101010 | 110100 | 1000000 |
Color Harmonies of #747ED3
Complementary color
Monochromatic Colors of #747ED3
Black with #747ED3
Text Example
Text Example
White with #747ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ED3; }
p { color: rgb(116,126,211); }
H1.HeaderClassName
{
color: #747ED3;
}
.AnyTagClassName
{
color: #747ED3;
}
</style>
background-color css
<style>
a { background-color: #747ED3; }
a { background-color: rgb(116,126,211); }
div.DivClassName
{
background-color: #747ED3;
}
.BgClassName
{
background-color: #747ED3;
}
</style>
border-color css
<style>
span { border-color: #747ED3; }
span { border-color: rgb(116,126,211); }
td.TdClassName
{
border-color: #747ED3;
}
.TagClassName
{
border-color: #747ED3;
}
</style>