Shades of Moody Blue #747EDB
Tints of Moody Blue #747EDB
RGB
CMYK
RGB Variations
Color information
#747EDB (or 0x747EDB) is known color: Moody Blue. HEX triplet: 74, 7E and DB. RGB value is (116,126,219). Sum of RGB (Red+Green+Blue) = 116+126+219=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #747EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EDB is #8B8124. Grayscale: #858585. Windows color (decimal): -9142565 or 14384756. OLE color: 14384756.
HSL color Cylindrical-coordinate representation of color #747EDB: hue angle of 234.17º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747EDB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 126 | 219 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 234.17º | 0.59% | 0.66% | - |
| HSV(B) | 234.17º | 0.47% | 0.86% | - |
| XYZ | 27.45 | 23.75 | 70.16 | - |
| YUV | 133.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 219 | 0.47 | 0.42 | 0 | 0.14 | 234.17 | 0.59 | 0.66 |
| Hex | 74 | 7E | DB | 2F | 2A | 0 | E | EA | 3B | 42 |
| Octal | 164 | 176 | 333 | 57 | 52 | 0 | 16 | 352 | 73 | 102 |
| Binary | 1110100 | 1111110 | 11011011 | 101111 | 101010 | 0 | 1110 | 11101010 | 111011 | 1000010 |
Color Harmonies of #747EDB
Complementary color
Monochromatic Colors of #747EDB
Black with #747EDB
Text Example
Text Example
White with #747EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EDB; }
p { color: rgb(116,126,219); }
H1.HeaderClassName
{
color: #747EDB;
}
.AnyTagClassName
{
color: #747EDB;
}
</style>
background-color css
<style>
a { background-color: #747EDB; }
a { background-color: rgb(116,126,219); }
div.DivClassName
{
background-color: #747EDB;
}
.BgClassName
{
background-color: #747EDB;
}
</style>
border-color css
<style>
span { border-color: #747EDB; }
span { border-color: rgb(116,126,219); }
td.TdClassName
{
border-color: #747EDB;
}
.TagClassName
{
border-color: #747EDB;
}
</style>