Shades of Moody Blue #7A7DCB
Tints of Moody Blue #7A7DCB
RGB
CMYK
RGB Variations
Color information
#7A7DCB (or 0x7A7DCB) is known color: Moody Blue. HEX triplet: 7A, 7D and CB. RGB value is (122,125,203). Sum of RGB (Red+Green+Blue) = 122+125+203=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A7DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DCB is #858234. Grayscale: #848484. Windows color (decimal): -8749621 or 13335930. OLE color: 13335930.
HSL color Cylindrical-coordinate representation of color #7A7DCB: hue angle of 237.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A7DCB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 125 | 203 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.20 |
| HSL | 237.78º | 0.44% | 0.64% | - |
| HSV(B) | 237.78º | 0.4% | 0.8% | - |
| XYZ | 26.14 | 23.12 | 59.58 | - |
| YUV | 133 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 203 | 0.40 | 0.38 | 0 | 0.20 | 237.78 | 0.44 | 0.64 |
| Hex | 7A | 7D | CB | 28 | 26 | 0 | 14 | EE | 2C | 40 |
| Octal | 172 | 175 | 313 | 50 | 46 | 0 | 24 | 356 | 54 | 100 |
| Binary | 1111010 | 1111101 | 11001011 | 101000 | 100110 | 0 | 10100 | 11101110 | 101100 | 1000000 |
Color Harmonies of #7A7DCB
Complementary color
Monochromatic Colors of #7A7DCB
Black with #7A7DCB
Text Example
Text Example
White with #7A7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DCB; }
p { color: rgb(122,125,203); }
H1.HeaderClassName
{
color: #7A7DCB;
}
.AnyTagClassName
{
color: #7A7DCB;
}
</style>
background-color css
<style>
a { background-color: #7A7DCB; }
a { background-color: rgb(122,125,203); }
div.DivClassName
{
background-color: #7A7DCB;
}
.BgClassName
{
background-color: #7A7DCB;
}
</style>
border-color css
<style>
span { border-color: #7A7DCB; }
span { border-color: rgb(122,125,203); }
td.TdClassName
{
border-color: #7A7DCB;
}
.TagClassName
{
border-color: #7A7DCB;
}
</style>