Shades of Moody Blue #7376C9
Tints of Moody Blue #7376C9
RGB
CMYK
RGB Variations
Color information
#7376C9 (or 0x7376C9) is known color: Moody Blue. HEX triplet: 73, 76 and C9. RGB value is (115,118,201). Sum of RGB (Red+Green+Blue) = 115+118+201=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #7376C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376C9 is #8C8936. Grayscale: #7E7E7E. Windows color (decimal): -9210167 or 13203059. OLE color: 13203059.
HSL color Cylindrical-coordinate representation of color #7376C9: hue angle of 237.91º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7376C9 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 118 | 201 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.21 |
| HSL | 237.91º | 0.44% | 0.62% | - |
| HSV(B) | 237.91º | 0.43% | 0.79% | - |
| XYZ | 24.09 | 20.82 | 58.01 | - |
| YUV | 126.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 201 | 0.43 | 0.41 | 0 | 0.21 | 237.91 | 0.44 | 0.62 |
| Hex | 73 | 76 | C9 | 2B | 29 | 0 | 15 | EE | 2C | 3E |
| Octal | 163 | 166 | 311 | 53 | 51 | 0 | 25 | 356 | 54 | 76 |
| Binary | 1110011 | 1110110 | 11001001 | 101011 | 101001 | 0 | 10101 | 11101110 | 101100 | 111110 |
Color Harmonies of #7376C9
Complementary color
Monochromatic Colors of #7376C9
Black with #7376C9
Text Example
Text Example
White with #7376C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7376C9; }
p { color: rgb(115,118,201); }
H1.HeaderClassName
{
color: #7376C9;
}
.AnyTagClassName
{
color: #7376C9;
}
</style>
background-color css
<style>
a { background-color: #7376C9; }
a { background-color: rgb(115,118,201); }
div.DivClassName
{
background-color: #7376C9;
}
.BgClassName
{
background-color: #7376C9;
}
</style>
border-color css
<style>
span { border-color: #7376C9; }
span { border-color: rgb(115,118,201); }
td.TdClassName
{
border-color: #7376C9;
}
.TagClassName
{
border-color: #7376C9;
}
</style>