Shades of Moody Blue #747FDB
Tints of Moody Blue #747FDB
RGB
CMYK
RGB Variations
Color information
#747FDB (or 0x747FDB) is known color: Moody Blue. HEX triplet: 74, 7F and DB. RGB value is (116,127,219). Sum of RGB (Red+Green+Blue) = 116+127+219=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #747FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDB is #8B8024. Grayscale: #858585. Windows color (decimal): -9142309 or 14385012. OLE color: 14385012.
HSL color Cylindrical-coordinate representation of color #747FDB: hue angle of 233.59º 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 #747FDB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 127 | 219 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 233.59º | 0.59% | 0.66% | - |
| HSV(B) | 233.59º | 0.47% | 0.86% | - |
| XYZ | 27.58 | 24.01 | 70.2 | - |
| YUV | 134.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 219 | 0.47 | 0.42 | 0 | 0.14 | 233.59 | 0.59 | 0.66 |
| Hex | 74 | 7F | DB | 2F | 2A | 0 | E | EA | 3B | 42 |
| Octal | 164 | 177 | 333 | 57 | 52 | 0 | 16 | 352 | 73 | 102 |
| Binary | 1110100 | 1111111 | 11011011 | 101111 | 101010 | 0 | 1110 | 11101010 | 111011 | 1000010 |
Color Harmonies of #747FDB
Complementary color
Monochromatic Colors of #747FDB
Black with #747FDB
Text Example
Text Example
White with #747FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FDB; }
p { color: rgb(116,127,219); }
H1.HeaderClassName
{
color: #747FDB;
}
.AnyTagClassName
{
color: #747FDB;
}
</style>
background-color css
<style>
a { background-color: #747FDB; }
a { background-color: rgb(116,127,219); }
div.DivClassName
{
background-color: #747FDB;
}
.BgClassName
{
background-color: #747FDB;
}
</style>
border-color css
<style>
span { border-color: #747FDB; }
span { border-color: rgb(116,127,219); }
td.TdClassName
{
border-color: #747FDB;
}
.TagClassName
{
border-color: #747FDB;
}
</style>