Shades of Moody Blue #766FCC
Tints of Moody Blue #766FCC
RGB
CMYK
RGB Variations
Color information
#766FCC (or 0x766FCC) is known color: Moody Blue. HEX triplet: 76, 6F and CC. RGB value is (118,111,204). Sum of RGB (Red+Green+Blue) = 118+111+204=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #766FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FCC is #899033. Grayscale: #7B7B7B. Windows color (decimal): -9015348 or 13397878. OLE color: 13397878.
HSL color Cylindrical-coordinate representation of color #766FCC: hue angle of 244.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766FCC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 111 | 204 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.2 |
| HSL | 244.52º | 0.48% | 0.62% | - |
| HSV(B) | 244.52º | 0.46% | 0.8% | - |
| XYZ | 24.05 | 19.58 | 59.64 | - |
| YUV | 123.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 204 | 0.42 | 0.46 | 0 | 0.2 | 244.52 | 0.48 | 0.62 |
| Hex | 76 | 6F | CC | 2A | 2E | 0 | 14 | F5 | 30 | 3E |
| Octal | 166 | 157 | 314 | 52 | 56 | 0 | 24 | 365 | 60 | 76 |
| Binary | 1110110 | 1101111 | 11001100 | 101010 | 101110 | 0 | 10100 | 11110101 | 110000 | 111110 |
Color Harmonies of #766FCC
Complementary color
Monochromatic Colors of #766FCC
Black with #766FCC
Text Example
Text Example
White with #766FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FCC; }
p { color: rgb(118,111,204); }
H1.HeaderClassName
{
color: #766FCC;
}
.AnyTagClassName
{
color: #766FCC;
}
</style>
background-color css
<style>
a { background-color: #766FCC; }
a { background-color: rgb(118,111,204); }
div.DivClassName
{
background-color: #766FCC;
}
.BgClassName
{
background-color: #766FCC;
}
</style>
border-color css
<style>
span { border-color: #766FCC; }
span { border-color: rgb(118,111,204); }
td.TdClassName
{
border-color: #766FCC;
}
.TagClassName
{
border-color: #766FCC;
}
</style>