Shades of Moody Blue #7A76DB
Tints of Moody Blue #7A76DB
RGB
CMYK
RGB Variations
Color information
#7A76DB (or 0x7A76DB) is known color: Moody Blue. HEX triplet: 7A, 76 and DB. RGB value is (122,118,219). Sum of RGB (Red+Green+Blue) = 122+118+219=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76DB is #858924. Grayscale: #828282. Windows color (decimal): -8751397 or 14382714. OLE color: 14382714.
HSL color Cylindrical-coordinate representation of color #7A76DB: hue angle of 242.38º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A76DB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 118 | 219 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.14 |
| HSL | 242.38º | 0.58% | 0.66% | - |
| HSV(B) | 242.38º | 0.46% | 0.86% | - |
| XYZ | 27.29 | 22.21 | 69.87 | - |
| YUV | 130.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 219 | 0.44 | 0.46 | 0 | 0.14 | 242.38 | 0.58 | 0.66 |
| Hex | 7A | 76 | DB | 2C | 2E | 0 | E | F2 | 3A | 42 |
| Octal | 172 | 166 | 333 | 54 | 56 | 0 | 16 | 362 | 72 | 102 |
| Binary | 1111010 | 1110110 | 11011011 | 101100 | 101110 | 0 | 1110 | 11110010 | 111010 | 1000010 |
Color Harmonies of #7A76DB
Complementary color
Monochromatic Colors of #7A76DB
Black with #7A76DB
Text Example
Text Example
White with #7A76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76DB; }
p { color: rgb(122,118,219); }
H1.HeaderClassName
{
color: #7A76DB;
}
.AnyTagClassName
{
color: #7A76DB;
}
</style>
background-color css
<style>
a { background-color: #7A76DB; }
a { background-color: rgb(122,118,219); }
div.DivClassName
{
background-color: #7A76DB;
}
.BgClassName
{
background-color: #7A76DB;
}
</style>
border-color css
<style>
span { border-color: #7A76DB; }
span { border-color: rgb(122,118,219); }
td.TdClassName
{
border-color: #7A76DB;
}
.TagClassName
{
border-color: #7A76DB;
}
</style>