Shades of Moody Blue #7B77B3
Tints of Moody Blue #7B77B3
RGB
CMYK
RGB Variations
Color information
#7B77B3 (or 0x7B77B3) is known color: Moody Blue. HEX triplet: 7B, 77 and B3. RGB value is (123,119,179). Sum of RGB (Red+Green+Blue) = 123+119+179=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B77B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77B3 is #84884C. Grayscale: #7E7E7E. Windows color (decimal): -8685645 or 11761531. OLE color: 11761531.
HSL color Cylindrical-coordinate representation of color #7B77B3: hue angle of 244º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B77B3 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 119 | 179 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.30 |
| HSL | 244º | 0.28% | 0.58% | - |
| HSV(B) | 244º | 0.34% | 0.7% | - |
| XYZ | 22.9 | 20.66 | 45.43 | - |
| YUV | 127.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 179 | 0.31 | 0.34 | 0 | 0.30 | 244 | 0.28 | 0.58 |
| Hex | 7B | 77 | B3 | 1F | 22 | 0 | 1E | F4 | 1C | 3A |
| Octal | 173 | 167 | 263 | 37 | 42 | 0 | 36 | 364 | 34 | 72 |
| Binary | 1111011 | 1110111 | 10110011 | 11111 | 100010 | 0 | 11110 | 11110100 | 11100 | 111010 |
Color Harmonies of #7B77B3
Complementary color
Monochromatic Colors of #7B77B3
Black with #7B77B3
Text Example
Text Example
White with #7B77B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77B3; }
p { color: rgb(123,119,179); }
H1.HeaderClassName
{
color: #7B77B3;
}
.AnyTagClassName
{
color: #7B77B3;
}
</style>
background-color css
<style>
a { background-color: #7B77B3; }
a { background-color: rgb(123,119,179); }
div.DivClassName
{
background-color: #7B77B3;
}
.BgClassName
{
background-color: #7B77B3;
}
</style>
border-color css
<style>
span { border-color: #7B77B3; }
span { border-color: rgb(123,119,179); }
td.TdClassName
{
border-color: #7B77B3;
}
.TagClassName
{
border-color: #7B77B3;
}
</style>