Shades of Moody Blue #737ACC
Tints of Moody Blue #737ACC
RGB
CMYK
RGB Variations
Color information
#737ACC (or 0x737ACC) is known color: Moody Blue. HEX triplet: 73, 7A and CC. RGB value is (115,122,204). Sum of RGB (Red+Green+Blue) = 115+122+204=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #737ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ACC is #8C8533. Grayscale: #808080. Windows color (decimal): -9209140 or 13400691. OLE color: 13400691.
HSL color Cylindrical-coordinate representation of color #737ACC: hue angle of 235.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737ACC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 122 | 204 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.2 |
| HSL | 235.28º | 0.47% | 0.63% | - |
| HSV(B) | 235.28º | 0.44% | 0.8% | - |
| XYZ | 24.93 | 21.92 | 60.04 | - |
| YUV | 129.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 204 | 0.44 | 0.40 | 0 | 0.2 | 235.28 | 0.47 | 0.63 |
| Hex | 73 | 7A | CC | 2C | 28 | 0 | 14 | EB | 2F | 3F |
| Octal | 163 | 172 | 314 | 54 | 50 | 0 | 24 | 353 | 57 | 77 |
| Binary | 1110011 | 1111010 | 11001100 | 101100 | 101000 | 0 | 10100 | 11101011 | 101111 | 111111 |
Color Harmonies of #737ACC
Complementary color
Monochromatic Colors of #737ACC
Black with #737ACC
Text Example
Text Example
White with #737ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ACC; }
p { color: rgb(115,122,204); }
H1.HeaderClassName
{
color: #737ACC;
}
.AnyTagClassName
{
color: #737ACC;
}
</style>
background-color css
<style>
a { background-color: #737ACC; }
a { background-color: rgb(115,122,204); }
div.DivClassName
{
background-color: #737ACC;
}
.BgClassName
{
background-color: #737ACC;
}
</style>
border-color css
<style>
span { border-color: #737ACC; }
span { border-color: rgb(115,122,204); }
td.TdClassName
{
border-color: #737ACC;
}
.TagClassName
{
border-color: #737ACC;
}
</style>