Shades of Moody Blue #767ECB
Tints of Moody Blue #767ECB
RGB
CMYK
RGB Variations
Color information
#767ECB (or 0x767ECB) is known color: Moody Blue. HEX triplet: 76, 7E and CB. RGB value is (118,126,203). Sum of RGB (Red+Green+Blue) = 118+126+203=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #767ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECB is #898134. Grayscale: #848484. Windows color (decimal): -9011509 or 13336182. OLE color: 13336182.
HSL color Cylindrical-coordinate representation of color #767ECB: hue angle of 234.35º degrees, saturation: 0.45, 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 #767ECB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 126 | 203 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.20 |
| HSL | 234.35º | 0.45% | 0.63% | - |
| HSV(B) | 234.35º | 0.42% | 0.8% | - |
| XYZ | 25.71 | 23.09 | 59.6 | - |
| YUV | 132.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 203 | 0.42 | 0.38 | 0 | 0.20 | 234.35 | 0.45 | 0.63 |
| Hex | 76 | 7E | CB | 2A | 26 | 0 | 14 | EA | 2D | 3F |
| Octal | 166 | 176 | 313 | 52 | 46 | 0 | 24 | 352 | 55 | 77 |
| Binary | 1110110 | 1111110 | 11001011 | 101010 | 100110 | 0 | 10100 | 11101010 | 101101 | 111111 |
Color Harmonies of #767ECB
Complementary color
Monochromatic Colors of #767ECB
Black with #767ECB
Text Example
Text Example
White with #767ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ECB; }
p { color: rgb(118,126,203); }
H1.HeaderClassName
{
color: #767ECB;
}
.AnyTagClassName
{
color: #767ECB;
}
</style>
background-color css
<style>
a { background-color: #767ECB; }
a { background-color: rgb(118,126,203); }
div.DivClassName
{
background-color: #767ECB;
}
.BgClassName
{
background-color: #767ECB;
}
</style>
border-color css
<style>
span { border-color: #767ECB; }
span { border-color: rgb(118,126,203); }
td.TdClassName
{
border-color: #767ECB;
}
.TagClassName
{
border-color: #767ECB;
}
</style>