Shades of Moody Blue #7672BC
Tints of Moody Blue #7672BC
RGB
CMYK
RGB Variations
Color information
#7672BC (or 0x7672BC) is known color: Moody Blue. HEX triplet: 76, 72 and BC. RGB value is (118,114,188). Sum of RGB (Red+Green+Blue) = 118+114+188=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #7672BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672BC is #898D43. Grayscale: #7B7B7B. Windows color (decimal): -9014596 or 12350070. OLE color: 12350070.
HSL color Cylindrical-coordinate representation of color #7672BC: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7672BC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 114 | 188 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.26 |
| HSL | 243.24º | 0.36% | 0.59% | - |
| HSV(B) | 243.24º | 0.39% | 0.74% | - |
| XYZ | 22.57 | 19.52 | 50.15 | - |
| YUV | 123.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 188 | 0.37 | 0.39 | 0 | 0.26 | 243.24 | 0.36 | 0.59 |
| Hex | 76 | 72 | BC | 25 | 27 | 0 | 1A | F3 | 24 | 3B |
| Octal | 166 | 162 | 274 | 45 | 47 | 0 | 32 | 363 | 44 | 73 |
| Binary | 1110110 | 1110010 | 10111100 | 100101 | 100111 | 0 | 11010 | 11110011 | 100100 | 111011 |
Color Harmonies of #7672BC
Complementary color
Monochromatic Colors of #7672BC
Black with #7672BC
Text Example
Text Example
White with #7672BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672BC; }
p { color: rgb(118,114,188); }
H1.HeaderClassName
{
color: #7672BC;
}
.AnyTagClassName
{
color: #7672BC;
}
</style>
background-color css
<style>
a { background-color: #7672BC; }
a { background-color: rgb(118,114,188); }
div.DivClassName
{
background-color: #7672BC;
}
.BgClassName
{
background-color: #7672BC;
}
</style>
border-color css
<style>
span { border-color: #7672BC; }
span { border-color: rgb(118,114,188); }
td.TdClassName
{
border-color: #7672BC;
}
.TagClassName
{
border-color: #7672BC;
}
</style>