Shades of Moody Blue #7680D2
Tints of Moody Blue #7680D2
RGB
CMYK
RGB Variations
Color information
#7680D2 (or 0x7680D2) is known color: Moody Blue. HEX triplet: 76, 80 and D2. RGB value is (118,128,210). Sum of RGB (Red+Green+Blue) = 118+128+210=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #7680D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680D2 is #897F2D. Grayscale: #868686. Windows color (decimal): -9010990 or 13795446. OLE color: 13795446.
HSL color Cylindrical-coordinate representation of color #7680D2: hue angle of 233.48º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7680D2 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 128 | 210 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.18 |
| HSL | 233.48º | 0.51% | 0.64% | - |
| HSV(B) | 233.48º | 0.44% | 0.82% | - |
| XYZ | 26.82 | 23.94 | 64.18 | - |
| YUV | 134.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 210 | 0.44 | 0.39 | 0 | 0.18 | 233.48 | 0.51 | 0.64 |
| Hex | 76 | 80 | D2 | 2C | 27 | 0 | 12 | E9 | 33 | 40 |
| Octal | 166 | 200 | 322 | 54 | 47 | 0 | 22 | 351 | 63 | 100 |
| Binary | 1110110 | 10000000 | 11010010 | 101100 | 100111 | 0 | 10010 | 11101001 | 110011 | 1000000 |
Color Harmonies of #7680D2
Complementary color
Monochromatic Colors of #7680D2
Black with #7680D2
Text Example
Text Example
White with #7680D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680D2; }
p { color: rgb(118,128,210); }
H1.HeaderClassName
{
color: #7680D2;
}
.AnyTagClassName
{
color: #7680D2;
}
</style>
background-color css
<style>
a { background-color: #7680D2; }
a { background-color: rgb(118,128,210); }
div.DivClassName
{
background-color: #7680D2;
}
.BgClassName
{
background-color: #7680D2;
}
</style>
border-color css
<style>
span { border-color: #7680D2; }
span { border-color: rgb(118,128,210); }
td.TdClassName
{
border-color: #7680D2;
}
.TagClassName
{
border-color: #7680D2;
}
</style>