Shades of Moody Blue #7C7AB2
Tints of Moody Blue #7C7AB2
RGB
CMYK
RGB Variations
Color information
#7C7AB2 (or 0x7C7AB2) is known color: Moody Blue. HEX triplet: 7C, 7A and B2. RGB value is (124,122,178). Sum of RGB (Red+Green+Blue) = 124+122+178=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #7C7AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AB2 is #83854D. Grayscale: #808080. Windows color (decimal): -8619342 or 11696764. OLE color: 11696764.
HSL color Cylindrical-coordinate representation of color #7C7AB2: hue angle of 242.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7AB2 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 122 | 178 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.30 |
| HSL | 242.14º | 0.27% | 0.59% | - |
| HSV(B) | 242.14º | 0.31% | 0.7% | - |
| XYZ | 23.31 | 21.42 | 45.03 | - |
| YUV | 128.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 178 | 0.30 | 0.31 | 0 | 0.30 | 242.14 | 0.27 | 0.59 |
| Hex | 7C | 7A | B2 | 1E | 1F | 0 | 1E | F2 | 1B | 3B |
| Octal | 174 | 172 | 262 | 36 | 37 | 0 | 36 | 362 | 33 | 73 |
| Binary | 1111100 | 1111010 | 10110010 | 11110 | 11111 | 0 | 11110 | 11110010 | 11011 | 111011 |
Color Harmonies of #7C7AB2
Complementary color
Monochromatic Colors of #7C7AB2
Black with #7C7AB2
Text Example
Text Example
White with #7C7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AB2; }
p { color: rgb(124,122,178); }
H1.HeaderClassName
{
color: #7C7AB2;
}
.AnyTagClassName
{
color: #7C7AB2;
}
</style>
background-color css
<style>
a { background-color: #7C7AB2; }
a { background-color: rgb(124,122,178); }
div.DivClassName
{
background-color: #7C7AB2;
}
.BgClassName
{
background-color: #7C7AB2;
}
</style>
border-color css
<style>
span { border-color: #7C7AB2; }
span { border-color: rgb(124,122,178); }
td.TdClassName
{
border-color: #7C7AB2;
}
.TagClassName
{
border-color: #7C7AB2;
}
</style>