Shades of Moody Blue #7B7ECC
Tints of Moody Blue #7B7ECC
RGB
CMYK
RGB Variations
Color information
#7B7ECC (or 0x7B7ECC) is known color: Moody Blue. HEX triplet: 7B, 7E and CC. RGB value is (123,126,204). Sum of RGB (Red+Green+Blue) = 123+126+204=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ECC is #848133. Grayscale: #858585. Windows color (decimal): -8683828 or 13401723. OLE color: 13401723.
HSL color Cylindrical-coordinate representation of color #7B7ECC: hue angle of 237.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7ECC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 126 | 204 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.2 |
| HSL | 237.78º | 0.44% | 0.64% | - |
| HSV(B) | 237.78º | 0.4% | 0.8% | - |
| XYZ | 26.53 | 23.49 | 60.26 | - |
| YUV | 134 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 204 | 0.40 | 0.38 | 0 | 0.2 | 237.78 | 0.44 | 0.64 |
| Hex | 7B | 7E | CC | 28 | 26 | 0 | 14 | EE | 2C | 40 |
| Octal | 173 | 176 | 314 | 50 | 46 | 0 | 24 | 356 | 54 | 100 |
| Binary | 1111011 | 1111110 | 11001100 | 101000 | 100110 | 0 | 10100 | 11101110 | 101100 | 1000000 |
Color Harmonies of #7B7ECC
Complementary color
Monochromatic Colors of #7B7ECC
Black with #7B7ECC
Text Example
Text Example
White with #7B7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7ECC; }
p { color: rgb(123,126,204); }
H1.HeaderClassName
{
color: #7B7ECC;
}
.AnyTagClassName
{
color: #7B7ECC;
}
</style>
background-color css
<style>
a { background-color: #7B7ECC; }
a { background-color: rgb(123,126,204); }
div.DivClassName
{
background-color: #7B7ECC;
}
.BgClassName
{
background-color: #7B7ECC;
}
</style>
border-color css
<style>
span { border-color: #7B7ECC; }
span { border-color: rgb(123,126,204); }
td.TdClassName
{
border-color: #7B7ECC;
}
.TagClassName
{
border-color: #7B7ECC;
}
</style>