Shades of Moody Blue #7A7BDB
Tints of Moody Blue #7A7BDB
RGB
CMYK
RGB Variations
Color information
#7A7BDB (or 0x7A7BDB) is known color: Moody Blue. HEX triplet: 7A, 7B and DB. RGB value is (122,123,219). Sum of RGB (Red+Green+Blue) = 122+123+219=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BDB is #858424. Grayscale: #858585. Windows color (decimal): -8750117 or 14383994. OLE color: 14383994.
HSL color Cylindrical-coordinate representation of color #7A7BDB: hue angle of 239.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A7BDB is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 123 | 219 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.14 |
| HSL | 239.38º | 0.57% | 0.67% | - |
| HSV(B) | 239.38º | 0.44% | 0.86% | - |
| XYZ | 27.9 | 23.42 | 70.07 | - |
| YUV | 133.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 219 | 0.44 | 0.44 | 0 | 0.14 | 239.38 | 0.57 | 0.67 |
| Hex | 7A | 7B | DB | 2C | 2C | 0 | E | EF | 39 | 43 |
| Octal | 172 | 173 | 333 | 54 | 54 | 0 | 16 | 357 | 71 | 103 |
| Binary | 1111010 | 1111011 | 11011011 | 101100 | 101100 | 0 | 1110 | 11101111 | 111001 | 1000011 |
Color Harmonies of #7A7BDB
Complementary color
Monochromatic Colors of #7A7BDB
Black with #7A7BDB
Text Example
Text Example
White with #7A7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BDB; }
p { color: rgb(122,123,219); }
H1.HeaderClassName
{
color: #7A7BDB;
}
.AnyTagClassName
{
color: #7A7BDB;
}
</style>
background-color css
<style>
a { background-color: #7A7BDB; }
a { background-color: rgb(122,123,219); }
div.DivClassName
{
background-color: #7A7BDB;
}
.BgClassName
{
background-color: #7A7BDB;
}
</style>
border-color css
<style>
span { border-color: #7A7BDB; }
span { border-color: rgb(122,123,219); }
td.TdClassName
{
border-color: #7A7BDB;
}
.TagClassName
{
border-color: #7A7BDB;
}
</style>