Shades of Moody Blue #7673C8
Tints of Moody Blue #7673C8
RGB
CMYK
RGB Variations
Color information
#7673C8 (or 0x7673C8) is known color: Moody Blue. HEX triplet: 76, 73 and C8. RGB value is (118,115,200). Sum of RGB (Red+Green+Blue) = 118+115+200=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #7673C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673C8 is #898C37. Grayscale: #7D7D7D. Windows color (decimal): -9014328 or 13136758. OLE color: 13136758.
HSL color Cylindrical-coordinate representation of color #7673C8: hue angle of 242.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7673C8 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 115 | 200 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.22 |
| HSL | 242.12º | 0.44% | 0.62% | - |
| HSV(B) | 242.12º | 0.43% | 0.78% | - |
| XYZ | 24.03 | 20.28 | 57.29 | - |
| YUV | 125.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 200 | 0.41 | 0.42 | 0 | 0.22 | 242.12 | 0.44 | 0.62 |
| Hex | 76 | 73 | C8 | 29 | 2A | 0 | 16 | F2 | 2C | 3E |
| Octal | 166 | 163 | 310 | 51 | 52 | 0 | 26 | 362 | 54 | 76 |
| Binary | 1110110 | 1110011 | 11001000 | 101001 | 101010 | 0 | 10110 | 11110010 | 101100 | 111110 |
Color Harmonies of #7673C8
Complementary color
Monochromatic Colors of #7673C8
Black with #7673C8
Text Example
Text Example
White with #7673C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7673C8; }
p { color: rgb(118,115,200); }
H1.HeaderClassName
{
color: #7673C8;
}
.AnyTagClassName
{
color: #7673C8;
}
</style>
background-color css
<style>
a { background-color: #7673C8; }
a { background-color: rgb(118,115,200); }
div.DivClassName
{
background-color: #7673C8;
}
.BgClassName
{
background-color: #7673C8;
}
</style>
border-color css
<style>
span { border-color: #7673C8; }
span { border-color: rgb(118,115,200); }
td.TdClassName
{
border-color: #7673C8;
}
.TagClassName
{
border-color: #7673C8;
}
</style>