Shades of Moody Blue #7376CE
Tints of Moody Blue #7376CE
RGB
CMYK
RGB Variations
Color information
#7376CE (or 0x7376CE) is known color: Moody Blue. HEX triplet: 73, 76 and CE. RGB value is (115,118,206). Sum of RGB (Red+Green+Blue) = 115+118+206=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7376CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376CE is #8C8931. Grayscale: #7E7E7E. Windows color (decimal): -9210162 or 13530739. OLE color: 13530739.
HSL color Cylindrical-coordinate representation of color #7376CE: hue angle of 238.02º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7376CE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 118 | 206 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.19 |
| HSL | 238.02º | 0.48% | 0.63% | - |
| HSV(B) | 238.02º | 0.44% | 0.81% | - |
| XYZ | 24.69 | 21.06 | 61.16 | - |
| YUV | 127.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 206 | 0.44 | 0.43 | 0 | 0.19 | 238.02 | 0.48 | 0.63 |
| Hex | 73 | 76 | CE | 2C | 2B | 0 | 13 | EE | 30 | 3F |
| Octal | 163 | 166 | 316 | 54 | 53 | 0 | 23 | 356 | 60 | 77 |
| Binary | 1110011 | 1110110 | 11001110 | 101100 | 101011 | 0 | 10011 | 11101110 | 110000 | 111111 |
Color Harmonies of #7376CE
Complementary color
Monochromatic Colors of #7376CE
Black with #7376CE
Text Example
Text Example
White with #7376CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7376CE; }
p { color: rgb(115,118,206); }
H1.HeaderClassName
{
color: #7376CE;
}
.AnyTagClassName
{
color: #7376CE;
}
</style>
background-color css
<style>
a { background-color: #7376CE; }
a { background-color: rgb(115,118,206); }
div.DivClassName
{
background-color: #7376CE;
}
.BgClassName
{
background-color: #7376CE;
}
</style>
border-color css
<style>
span { border-color: #7376CE; }
span { border-color: rgb(115,118,206); }
td.TdClassName
{
border-color: #7376CE;
}
.TagClassName
{
border-color: #7376CE;
}
</style>