Shades of Moody Blue #7A74DB
Tints of Moody Blue #7A74DB
RGB
CMYK
RGB Variations
Color information
#7A74DB (or 0x7A74DB) is known color: Moody Blue. HEX triplet: 7A, 74 and DB. RGB value is (122,116,219). Sum of RGB (Red+Green+Blue) = 122+116+219=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 116 (45.70% from 255 or 25.38% 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 #7A74DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74DB is #858B24. Grayscale: #818181. Windows color (decimal): -8751909 or 14382202. OLE color: 14382202.
HSL color Cylindrical-coordinate representation of color #7A74DB: hue angle of 243.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 #7A74DB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 116 | 219 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.14 |
| HSL | 243.5º | 0.59% | 0.66% | - |
| HSV(B) | 243.5º | 0.47% | 0.86% | - |
| XYZ | 27.06 | 21.74 | 69.79 | - |
| YUV | 129.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 219 | 0.44 | 0.47 | 0 | 0.14 | 243.5 | 0.59 | 0.66 |
| Hex | 7A | 74 | DB | 2C | 2F | 0 | E | F3 | 3B | 42 |
| Octal | 172 | 164 | 333 | 54 | 57 | 0 | 16 | 363 | 73 | 102 |
| Binary | 1111010 | 1110100 | 11011011 | 101100 | 101111 | 0 | 1110 | 11110011 | 111011 | 1000010 |
Color Harmonies of #7A74DB
Complementary color
Monochromatic Colors of #7A74DB
Black with #7A74DB
Text Example
Text Example
White with #7A74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A74DB; }
p { color: rgb(122,116,219); }
H1.HeaderClassName
{
color: #7A74DB;
}
.AnyTagClassName
{
color: #7A74DB;
}
</style>
background-color css
<style>
a { background-color: #7A74DB; }
a { background-color: rgb(122,116,219); }
div.DivClassName
{
background-color: #7A74DB;
}
.BgClassName
{
background-color: #7A74DB;
}
</style>
border-color css
<style>
span { border-color: #7A74DB; }
span { border-color: rgb(122,116,219); }
td.TdClassName
{
border-color: #7A74DB;
}
.TagClassName
{
border-color: #7A74DB;
}
</style>