Shades of Moody Blue #7673D0
Tints of Moody Blue #7673D0
RGB
CMYK
RGB Variations
Color information
#7673D0 (or 0x7673D0) is known color: Moody Blue. HEX triplet: 76, 73 and D0. RGB value is (118,115,208). Sum of RGB (Red+Green+Blue) = 118+115+208=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #7673D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673D0 is #898C2F. Grayscale: #7E7E7E. Windows color (decimal): -9014320 or 13661046. OLE color: 13661046.
HSL color Cylindrical-coordinate representation of color #7673D0: hue angle of 241.94º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7673D0 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 115 | 208 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.18 |
| HSL | 241.94º | 0.5% | 0.63% | - |
| HSV(B) | 241.94º | 0.45% | 0.82% | - |
| XYZ | 24.99 | 20.67 | 62.35 | - |
| YUV | 126.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 208 | 0.43 | 0.45 | 0 | 0.18 | 241.94 | 0.5 | 0.63 |
| Hex | 76 | 73 | D0 | 2B | 2D | 0 | 12 | F2 | 32 | 3F |
| Octal | 166 | 163 | 320 | 53 | 55 | 0 | 22 | 362 | 62 | 77 |
| Binary | 1110110 | 1110011 | 11010000 | 101011 | 101101 | 0 | 10010 | 11110010 | 110010 | 111111 |
Color Harmonies of #7673D0
Complementary color
Monochromatic Colors of #7673D0
Black with #7673D0
Text Example
Text Example
White with #7673D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7673D0; }
p { color: rgb(118,115,208); }
H1.HeaderClassName
{
color: #7673D0;
}
.AnyTagClassName
{
color: #7673D0;
}
</style>
background-color css
<style>
a { background-color: #7673D0; }
a { background-color: rgb(118,115,208); }
div.DivClassName
{
background-color: #7673D0;
}
.BgClassName
{
background-color: #7673D0;
}
</style>
border-color css
<style>
span { border-color: #7673D0; }
span { border-color: rgb(118,115,208); }
td.TdClassName
{
border-color: #7673D0;
}
.TagClassName
{
border-color: #7673D0;
}
</style>