Shades of Moody Blue #7B77C2
Tints of Moody Blue #7B77C2
RGB
CMYK
RGB Variations
Color information
#7B77C2 (or 0x7B77C2) is known color: Moody Blue. HEX triplet: 7B, 77 and C2. RGB value is (123,119,194). Sum of RGB (Red+Green+Blue) = 123+119+194=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #7B77C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77C2 is #84883D. Grayscale: #808080. Windows color (decimal): -8685630 or 12744571. OLE color: 12744571.
HSL color Cylindrical-coordinate representation of color #7B77C2: hue angle of 243.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B77C2 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 119 | 194 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.24 |
| HSL | 243.2º | 0.38% | 0.61% | - |
| HSV(B) | 243.2º | 0.39% | 0.76% | - |
| XYZ | 24.5 | 21.3 | 53.86 | - |
| YUV | 128.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 194 | 0.37 | 0.39 | 0 | 0.24 | 243.2 | 0.38 | 0.61 |
| Hex | 7B | 77 | C2 | 25 | 27 | 0 | 18 | F3 | 26 | 3D |
| Octal | 173 | 167 | 302 | 45 | 47 | 0 | 30 | 363 | 46 | 75 |
| Binary | 1111011 | 1110111 | 11000010 | 100101 | 100111 | 0 | 11000 | 11110011 | 100110 | 111101 |
Color Harmonies of #7B77C2
Complementary color
Monochromatic Colors of #7B77C2
Black with #7B77C2
Text Example
Text Example
White with #7B77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77C2; }
p { color: rgb(123,119,194); }
H1.HeaderClassName
{
color: #7B77C2;
}
.AnyTagClassName
{
color: #7B77C2;
}
</style>
background-color css
<style>
a { background-color: #7B77C2; }
a { background-color: rgb(123,119,194); }
div.DivClassName
{
background-color: #7B77C2;
}
.BgClassName
{
background-color: #7B77C2;
}
</style>
border-color css
<style>
span { border-color: #7B77C2; }
span { border-color: rgb(123,119,194); }
td.TdClassName
{
border-color: #7B77C2;
}
.TagClassName
{
border-color: #7B77C2;
}
</style>