Shades of Moody Blue #766AC7
Tints of Moody Blue #766AC7
RGB
CMYK
RGB Variations
Color information
#766AC7 (or 0x766AC7) is known color: Moody Blue. HEX triplet: 76, 6A and C7. RGB value is (118,106,199). Sum of RGB (Red+Green+Blue) = 118+106+199=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #766AC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AC7 is #899538. Grayscale: #777777. Windows color (decimal): -9016633 or 13068918. OLE color: 13068918.
HSL color Cylindrical-coordinate representation of color #766AC7: hue angle of 247.74º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766AC7 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 106 | 199 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.22 |
| HSL | 247.74º | 0.45% | 0.6% | - |
| HSV(B) | 247.74º | 0.47% | 0.78% | - |
| XYZ | 22.93 | 18.28 | 56.35 | - |
| YUV | 120.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 199 | 0.41 | 0.47 | 0 | 0.22 | 247.74 | 0.45 | 0.6 |
| Hex | 76 | 6A | C7 | 29 | 2F | 0 | 16 | F8 | 2D | 3C |
| Octal | 166 | 152 | 307 | 51 | 57 | 0 | 26 | 370 | 55 | 74 |
| Binary | 1110110 | 1101010 | 11000111 | 101001 | 101111 | 0 | 10110 | 11111000 | 101101 | 111100 |
Color Harmonies of #766AC7
Complementary color
Monochromatic Colors of #766AC7
Black with #766AC7
Text Example
Text Example
White with #766AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AC7; }
p { color: rgb(118,106,199); }
H1.HeaderClassName
{
color: #766AC7;
}
.AnyTagClassName
{
color: #766AC7;
}
</style>
background-color css
<style>
a { background-color: #766AC7; }
a { background-color: rgb(118,106,199); }
div.DivClassName
{
background-color: #766AC7;
}
.BgClassName
{
background-color: #766AC7;
}
</style>
border-color css
<style>
span { border-color: #766AC7; }
span { border-color: rgb(118,106,199); }
td.TdClassName
{
border-color: #766AC7;
}
.TagClassName
{
border-color: #766AC7;
}
</style>