Shades of Moody Blue #767ACC
Tints of Moody Blue #767ACC
RGB
CMYK
RGB Variations
Color information
#767ACC (or 0x767ACC) is known color: Moody Blue. HEX triplet: 76, 7A and CC. RGB value is (118,122,204). Sum of RGB (Red+Green+Blue) = 118+122+204=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #767ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ACC is #898533. Grayscale: #818181. Windows color (decimal): -9012532 or 13400694. OLE color: 13400694.
HSL color Cylindrical-coordinate representation of color #767ACC: hue angle of 237.21º 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 #767ACC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 122 | 204 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.2 |
| HSL | 237.21º | 0.46% | 0.63% | - |
| HSV(B) | 237.21º | 0.42% | 0.8% | - |
| XYZ | 25.33 | 22.13 | 60.06 | - |
| YUV | 130.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 204 | 0.42 | 0.40 | 0 | 0.2 | 237.21 | 0.46 | 0.63 |
| Hex | 76 | 7A | CC | 2A | 28 | 0 | 14 | ED | 2E | 3F |
| Octal | 166 | 172 | 314 | 52 | 50 | 0 | 24 | 355 | 56 | 77 |
| Binary | 1110110 | 1111010 | 11001100 | 101010 | 101000 | 0 | 10100 | 11101101 | 101110 | 111111 |
Color Harmonies of #767ACC
Complementary color
Monochromatic Colors of #767ACC
Black with #767ACC
Text Example
Text Example
White with #767ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ACC; }
p { color: rgb(118,122,204); }
H1.HeaderClassName
{
color: #767ACC;
}
.AnyTagClassName
{
color: #767ACC;
}
</style>
background-color css
<style>
a { background-color: #767ACC; }
a { background-color: rgb(118,122,204); }
div.DivClassName
{
background-color: #767ACC;
}
.BgClassName
{
background-color: #767ACC;
}
</style>
border-color css
<style>
span { border-color: #767ACC; }
span { border-color: rgb(118,122,204); }
td.TdClassName
{
border-color: #767ACC;
}
.TagClassName
{
border-color: #767ACC;
}
</style>