Shades of Moody Blue #747DDB
Tints of Moody Blue #747DDB
RGB
CMYK
RGB Variations
Color information
#747DDB (or 0x747DDB) is known color: Moody Blue. HEX triplet: 74, 7D and DB. RGB value is (116,125,219). Sum of RGB (Red+Green+Blue) = 116+125+219=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #747DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDB is #8B8224. Grayscale: #848484. Windows color (decimal): -9142821 or 14384500. OLE color: 14384500.
HSL color Cylindrical-coordinate representation of color #747DDB: hue angle of 234.76º 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 #747DDB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 125 | 219 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.14 |
| HSL | 234.76º | 0.59% | 0.66% | - |
| HSV(B) | 234.76º | 0.47% | 0.86% | - |
| XYZ | 27.32 | 23.49 | 70.11 | - |
| YUV | 133.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 219 | 0.47 | 0.43 | 0 | 0.14 | 234.76 | 0.59 | 0.66 |
| Hex | 74 | 7D | DB | 2F | 2B | 0 | E | EB | 3B | 42 |
| Octal | 164 | 175 | 333 | 57 | 53 | 0 | 16 | 353 | 73 | 102 |
| Binary | 1110100 | 1111101 | 11011011 | 101111 | 101011 | 0 | 1110 | 11101011 | 111011 | 1000010 |
Color Harmonies of #747DDB
Complementary color
Monochromatic Colors of #747DDB
Black with #747DDB
Text Example
Text Example
White with #747DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DDB; }
p { color: rgb(116,125,219); }
H1.HeaderClassName
{
color: #747DDB;
}
.AnyTagClassName
{
color: #747DDB;
}
</style>
background-color css
<style>
a { background-color: #747DDB; }
a { background-color: rgb(116,125,219); }
div.DivClassName
{
background-color: #747DDB;
}
.BgClassName
{
background-color: #747DDB;
}
</style>
border-color css
<style>
span { border-color: #747DDB; }
span { border-color: rgb(116,125,219); }
td.TdClassName
{
border-color: #747DDB;
}
.TagClassName
{
border-color: #747DDB;
}
</style>