Shades of Moody Blue #767AD3
Tints of Moody Blue #767AD3
RGB
CMYK
RGB Variations
Color information
#767AD3 (or 0x767AD3) is known color: Moody Blue. HEX triplet: 76, 7A and D3. RGB value is (118,122,211). Sum of RGB (Red+Green+Blue) = 118+122+211=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #767AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AD3 is #89852C. Grayscale: #828282. Windows color (decimal): -9012525 or 13859446. OLE color: 13859446.
HSL color Cylindrical-coordinate representation of color #767AD3: hue angle of 237.42º degrees, saturation: 0.51, 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 #767AD3 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 122 | 211 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.17 |
| HSL | 237.42º | 0.51% | 0.65% | - |
| HSV(B) | 237.42º | 0.44% | 0.83% | - |
| XYZ | 26.19 | 22.47 | 64.59 | - |
| YUV | 130.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 211 | 0.44 | 0.42 | 0 | 0.17 | 237.42 | 0.51 | 0.65 |
| Hex | 76 | 7A | D3 | 2C | 2A | 0 | 11 | ED | 33 | 41 |
| Octal | 166 | 172 | 323 | 54 | 52 | 0 | 21 | 355 | 63 | 101 |
| Binary | 1110110 | 1111010 | 11010011 | 101100 | 101010 | 0 | 10001 | 11101101 | 110011 | 1000001 |
Color Harmonies of #767AD3
Complementary color
Monochromatic Colors of #767AD3
Black with #767AD3
Text Example
Text Example
White with #767AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AD3; }
p { color: rgb(118,122,211); }
H1.HeaderClassName
{
color: #767AD3;
}
.AnyTagClassName
{
color: #767AD3;
}
</style>
background-color css
<style>
a { background-color: #767AD3; }
a { background-color: rgb(118,122,211); }
div.DivClassName
{
background-color: #767AD3;
}
.BgClassName
{
background-color: #767AD3;
}
</style>
border-color css
<style>
span { border-color: #767AD3; }
span { border-color: rgb(118,122,211); }
td.TdClassName
{
border-color: #767AD3;
}
.TagClassName
{
border-color: #767AD3;
}
</style>