Shades of Moody Blue #767ECF
Tints of Moody Blue #767ECF
RGB
CMYK
RGB Variations
Color information
#767ECF (or 0x767ECF) is known color: Moody Blue. HEX triplet: 76, 7E and CF. RGB value is (118,126,207). Sum of RGB (Red+Green+Blue) = 118+126+207=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #767ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECF is #898130. Grayscale: #848484. Windows color (decimal): -9011505 or 13598326. OLE color: 13598326.
HSL color Cylindrical-coordinate representation of color #767ECF: hue angle of 234.61º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767ECF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 126 | 207 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.19 |
| HSL | 234.61º | 0.48% | 0.64% | - |
| HSV(B) | 234.61º | 0.43% | 0.81% | - |
| XYZ | 26.19 | 23.28 | 62.14 | - |
| YUV | 132.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 207 | 0.43 | 0.39 | 0 | 0.19 | 234.61 | 0.48 | 0.64 |
| Hex | 76 | 7E | CF | 2B | 27 | 0 | 13 | EB | 30 | 40 |
| Octal | 166 | 176 | 317 | 53 | 47 | 0 | 23 | 353 | 60 | 100 |
| Binary | 1110110 | 1111110 | 11001111 | 101011 | 100111 | 0 | 10011 | 11101011 | 110000 | 1000000 |
Color Harmonies of #767ECF
Complementary color
Monochromatic Colors of #767ECF
Black with #767ECF
Text Example
Text Example
White with #767ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ECF; }
p { color: rgb(118,126,207); }
H1.HeaderClassName
{
color: #767ECF;
}
.AnyTagClassName
{
color: #767ECF;
}
</style>
background-color css
<style>
a { background-color: #767ECF; }
a { background-color: rgb(118,126,207); }
div.DivClassName
{
background-color: #767ECF;
}
.BgClassName
{
background-color: #767ECF;
}
</style>
border-color css
<style>
span { border-color: #767ECF; }
span { border-color: rgb(118,126,207); }
td.TdClassName
{
border-color: #767ECF;
}
.TagClassName
{
border-color: #767ECF;
}
</style>