Shades of Moody Blue #747ADB
Tints of Moody Blue #747ADB
RGB
CMYK
RGB Variations
Color information
#747ADB (or 0x747ADB) is known color: Moody Blue. HEX triplet: 74, 7A and DB. RGB value is (116,122,219). Sum of RGB (Red+Green+Blue) = 116+122+219=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #747ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ADB is #8B8524. Grayscale: #828282. Windows color (decimal): -9143589 or 14383732. OLE color: 14383732.
HSL color Cylindrical-coordinate representation of color #747ADB: hue angle of 236.5º 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 #747ADB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 122 | 219 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.14 |
| HSL | 236.5º | 0.59% | 0.66% | - |
| HSV(B) | 236.5º | 0.47% | 0.86% | - |
| XYZ | 26.95 | 22.75 | 69.99 | - |
| YUV | 131.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 219 | 0.47 | 0.44 | 0 | 0.14 | 236.5 | 0.59 | 0.66 |
| Hex | 74 | 7A | DB | 2F | 2C | 0 | E | ED | 3B | 42 |
| Octal | 164 | 172 | 333 | 57 | 54 | 0 | 16 | 355 | 73 | 102 |
| Binary | 1110100 | 1111010 | 11011011 | 101111 | 101100 | 0 | 1110 | 11101101 | 111011 | 1000010 |
Color Harmonies of #747ADB
Complementary color
Monochromatic Colors of #747ADB
Black with #747ADB
Text Example
Text Example
White with #747ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ADB; }
p { color: rgb(116,122,219); }
H1.HeaderClassName
{
color: #747ADB;
}
.AnyTagClassName
{
color: #747ADB;
}
</style>
background-color css
<style>
a { background-color: #747ADB; }
a { background-color: rgb(116,122,219); }
div.DivClassName
{
background-color: #747ADB;
}
.BgClassName
{
background-color: #747ADB;
}
</style>
border-color css
<style>
span { border-color: #747ADB; }
span { border-color: rgb(116,122,219); }
td.TdClassName
{
border-color: #747ADB;
}
.TagClassName
{
border-color: #747ADB;
}
</style>