Shades of Moody Blue #7B7AB2
Tints of Moody Blue #7B7AB2
RGB
CMYK
RGB Variations
Color information
#7B7AB2 (or 0x7B7AB2) is known color: Moody Blue. HEX triplet: 7B, 7A and B2. RGB value is (123,122,178). Sum of RGB (Red+Green+Blue) = 123+122+178=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #7B7AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7AB2 is #84854D. Grayscale: #808080. Windows color (decimal): -8684878 or 11696763. OLE color: 11696763.
HSL color Cylindrical-coordinate representation of color #7B7AB2: hue angle of 241.07º 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 #7B7AB2 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 122 | 178 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.30 |
| HSL | 241.07º | 0.27% | 0.59% | - |
| HSV(B) | 241.07º | 0.31% | 0.7% | - |
| XYZ | 23.16 | 21.34 | 45.02 | - |
| YUV | 128.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 178 | 0.31 | 0.31 | 0 | 0.30 | 241.07 | 0.27 | 0.59 |
| Hex | 7B | 7A | B2 | 1F | 1F | 0 | 1E | F1 | 1B | 3B |
| Octal | 173 | 172 | 262 | 37 | 37 | 0 | 36 | 361 | 33 | 73 |
| Binary | 1111011 | 1111010 | 10110010 | 11111 | 11111 | 0 | 11110 | 11110001 | 11011 | 111011 |
Color Harmonies of #7B7AB2
Complementary color
Monochromatic Colors of #7B7AB2
Black with #7B7AB2
Text Example
Text Example
White with #7B7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7AB2; }
p { color: rgb(123,122,178); }
H1.HeaderClassName
{
color: #7B7AB2;
}
.AnyTagClassName
{
color: #7B7AB2;
}
</style>
background-color css
<style>
a { background-color: #7B7AB2; }
a { background-color: rgb(123,122,178); }
div.DivClassName
{
background-color: #7B7AB2;
}
.BgClassName
{
background-color: #7B7AB2;
}
</style>
border-color css
<style>
span { border-color: #7B7AB2; }
span { border-color: rgb(123,122,178); }
td.TdClassName
{
border-color: #7B7AB2;
}
.TagClassName
{
border-color: #7B7AB2;
}
</style>