Shades of Moody Blue #7C7AAF
Tints of Moody Blue #7C7AAF
RGB
CMYK
RGB Variations
Color information
#7C7AAF (or 0x7C7AAF) is known color: Moody Blue. HEX triplet: 7C, 7A and AF. RGB value is (124,122,175). Sum of RGB (Red+Green+Blue) = 124+122+175=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AAF is #838550. Grayscale: #808080. Windows color (decimal): -8619345 or 11500156. OLE color: 11500156.
HSL color Cylindrical-coordinate representation of color #7C7AAF: hue angle of 242.26º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C7AAF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 122 | 175 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.31 |
| HSL | 242.26º | 0.25% | 0.58% | - |
| HSV(B) | 242.26º | 0.3% | 0.69% | - |
| XYZ | 23.01 | 21.3 | 43.46 | - |
| YUV | 128.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 175 | 0.29 | 0.30 | 0 | 0.31 | 242.26 | 0.25 | 0.58 |
| Hex | 7C | 7A | AF | 1D | 1E | 0 | 1F | F2 | 19 | 3A |
| Octal | 174 | 172 | 257 | 35 | 36 | 0 | 37 | 362 | 31 | 72 |
| Binary | 1111100 | 1111010 | 10101111 | 11101 | 11110 | 0 | 11111 | 11110010 | 11001 | 111010 |
Color Harmonies of #7C7AAF
Complementary color
Monochromatic Colors of #7C7AAF
Black with #7C7AAF
Text Example
Text Example
White with #7C7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AAF; }
p { color: rgb(124,122,175); }
H1.HeaderClassName
{
color: #7C7AAF;
}
.AnyTagClassName
{
color: #7C7AAF;
}
</style>
background-color css
<style>
a { background-color: #7C7AAF; }
a { background-color: rgb(124,122,175); }
div.DivClassName
{
background-color: #7C7AAF;
}
.BgClassName
{
background-color: #7C7AAF;
}
</style>
border-color css
<style>
span { border-color: #7C7AAF; }
span { border-color: rgb(124,122,175); }
td.TdClassName
{
border-color: #7C7AAF;
}
.TagClassName
{
border-color: #7C7AAF;
}
</style>