Shades of Moody Blue #7672BA
Tints of Moody Blue #7672BA
RGB
CMYK
RGB Variations
Color information
#7672BA (or 0x7672BA) is known color: Moody Blue. HEX triplet: 76, 72 and BA. RGB value is (118,114,186). Sum of RGB (Red+Green+Blue) = 118+114+186=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7672BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672BA is #898D45. Grayscale: #7B7B7B. Windows color (decimal): -9014598 or 12218998. OLE color: 12218998.
HSL color Cylindrical-coordinate representation of color #7672BA: hue angle of 243.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7672BA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 114 | 186 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.27 |
| HSL | 243.33º | 0.34% | 0.59% | - |
| HSV(B) | 243.33º | 0.39% | 0.73% | - |
| XYZ | 22.35 | 19.43 | 49.03 | - |
| YUV | 123.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 186 | 0.37 | 0.39 | 0 | 0.27 | 243.33 | 0.34 | 0.59 |
| Hex | 76 | 72 | BA | 25 | 27 | 0 | 1B | F3 | 22 | 3B |
| Octal | 166 | 162 | 272 | 45 | 47 | 0 | 33 | 363 | 42 | 73 |
| Binary | 1110110 | 1110010 | 10111010 | 100101 | 100111 | 0 | 11011 | 11110011 | 100010 | 111011 |
Color Harmonies of #7672BA
Complementary color
Monochromatic Colors of #7672BA
Black with #7672BA
Text Example
Text Example
White with #7672BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672BA; }
p { color: rgb(118,114,186); }
H1.HeaderClassName
{
color: #7672BA;
}
.AnyTagClassName
{
color: #7672BA;
}
</style>
background-color css
<style>
a { background-color: #7672BA; }
a { background-color: rgb(118,114,186); }
div.DivClassName
{
background-color: #7672BA;
}
.BgClassName
{
background-color: #7672BA;
}
</style>
border-color css
<style>
span { border-color: #7672BA; }
span { border-color: rgb(118,114,186); }
td.TdClassName
{
border-color: #7672BA;
}
.TagClassName
{
border-color: #7672BA;
}
</style>