Shades of Moody Blue #767AD4
Tints of Moody Blue #767AD4
RGB
CMYK
RGB Variations
Color information
#767AD4 (or 0x767AD4) is known color: Moody Blue. HEX triplet: 76, 7A and D4. RGB value is (118,122,212). Sum of RGB (Red+Green+Blue) = 118+122+212=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #767AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AD4 is #89852B. Grayscale: #828282. Windows color (decimal): -9012524 or 13924982. OLE color: 13924982.
HSL color Cylindrical-coordinate representation of color #767AD4: hue angle of 237.45º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767AD4 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 122 | 212 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.17 |
| HSL | 237.45º | 0.52% | 0.65% | - |
| HSV(B) | 237.45º | 0.44% | 0.83% | - |
| XYZ | 26.31 | 22.52 | 65.25 | - |
| YUV | 131.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 212 | 0.44 | 0.42 | 0 | 0.17 | 237.45 | 0.52 | 0.65 |
| Hex | 76 | 7A | D4 | 2C | 2A | 0 | 11 | ED | 34 | 41 |
| Octal | 166 | 172 | 324 | 54 | 52 | 0 | 21 | 355 | 64 | 101 |
| Binary | 1110110 | 1111010 | 11010100 | 101100 | 101010 | 0 | 10001 | 11101101 | 110100 | 1000001 |
Color Harmonies of #767AD4
Complementary color
Monochromatic Colors of #767AD4
Black with #767AD4
Text Example
Text Example
White with #767AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AD4; }
p { color: rgb(118,122,212); }
H1.HeaderClassName
{
color: #767AD4;
}
.AnyTagClassName
{
color: #767AD4;
}
</style>
background-color css
<style>
a { background-color: #767AD4; }
a { background-color: rgb(118,122,212); }
div.DivClassName
{
background-color: #767AD4;
}
.BgClassName
{
background-color: #767AD4;
}
</style>
border-color css
<style>
span { border-color: #767AD4; }
span { border-color: rgb(118,122,212); }
td.TdClassName
{
border-color: #767AD4;
}
.TagClassName
{
border-color: #767AD4;
}
</style>