Shades of Moody Blue #767ECE
Tints of Moody Blue #767ECE
RGB
CMYK
RGB Variations
Color information
#767ECE (or 0x767ECE) is known color: Moody Blue. HEX triplet: 76, 7E and CE. RGB value is (118,126,206). Sum of RGB (Red+Green+Blue) = 118+126+206=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #767ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECE is #898131. Grayscale: #848484. Windows color (decimal): -9011506 or 13532790. OLE color: 13532790.
HSL color Cylindrical-coordinate representation of color #767ECE: hue angle of 234.55º degrees, saturation: 0.47, 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 #767ECE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 126 | 206 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.19 |
| HSL | 234.55º | 0.47% | 0.64% | - |
| HSV(B) | 234.55º | 0.43% | 0.81% | - |
| XYZ | 26.07 | 23.23 | 61.5 | - |
| YUV | 132.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 206 | 0.43 | 0.39 | 0 | 0.19 | 234.55 | 0.47 | 0.64 |
| Hex | 76 | 7E | CE | 2B | 27 | 0 | 13 | EB | 2F | 40 |
| Octal | 166 | 176 | 316 | 53 | 47 | 0 | 23 | 353 | 57 | 100 |
| Binary | 1110110 | 1111110 | 11001110 | 101011 | 100111 | 0 | 10011 | 11101011 | 101111 | 1000000 |
Color Harmonies of #767ECE
Complementary color
Monochromatic Colors of #767ECE
Black with #767ECE
Text Example
Text Example
White with #767ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ECE; }
p { color: rgb(118,126,206); }
H1.HeaderClassName
{
color: #767ECE;
}
.AnyTagClassName
{
color: #767ECE;
}
</style>
background-color css
<style>
a { background-color: #767ECE; }
a { background-color: rgb(118,126,206); }
div.DivClassName
{
background-color: #767ECE;
}
.BgClassName
{
background-color: #767ECE;
}
</style>
border-color css
<style>
span { border-color: #767ECE; }
span { border-color: rgb(118,126,206); }
td.TdClassName
{
border-color: #767ECE;
}
.TagClassName
{
border-color: #767ECE;
}
</style>