Shades of Moody Blue #767ECC
Tints of Moody Blue #767ECC
RGB
CMYK
RGB Variations
Color information
#767ECC (or 0x767ECC) is known color: Moody Blue. HEX triplet: 76, 7E and CC. RGB value is (118,126,204). Sum of RGB (Red+Green+Blue) = 118+126+204=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #767ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECC is #898133. Grayscale: #848484. Windows color (decimal): -9011508 or 13401718. OLE color: 13401718.
HSL color Cylindrical-coordinate representation of color #767ECC: hue angle of 234.42º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767ECC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 126 | 204 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.2 |
| HSL | 234.42º | 0.46% | 0.63% | - |
| HSV(B) | 234.42º | 0.42% | 0.8% | - |
| XYZ | 25.83 | 23.13 | 60.23 | - |
| YUV | 132.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 204 | 0.42 | 0.38 | 0 | 0.2 | 234.42 | 0.46 | 0.63 |
| Hex | 76 | 7E | CC | 2A | 26 | 0 | 14 | EA | 2E | 3F |
| Octal | 166 | 176 | 314 | 52 | 46 | 0 | 24 | 352 | 56 | 77 |
| Binary | 1110110 | 1111110 | 11001100 | 101010 | 100110 | 0 | 10100 | 11101010 | 101110 | 111111 |
Color Harmonies of #767ECC
Complementary color
Monochromatic Colors of #767ECC
Black with #767ECC
Text Example
Text Example
White with #767ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ECC; }
p { color: rgb(118,126,204); }
H1.HeaderClassName
{
color: #767ECC;
}
.AnyTagClassName
{
color: #767ECC;
}
</style>
background-color css
<style>
a { background-color: #767ECC; }
a { background-color: rgb(118,126,204); }
div.DivClassName
{
background-color: #767ECC;
}
.BgClassName
{
background-color: #767ECC;
}
</style>
border-color css
<style>
span { border-color: #767ECC; }
span { border-color: rgb(118,126,204); }
td.TdClassName
{
border-color: #767ECC;
}
.TagClassName
{
border-color: #767ECC;
}
</style>