Shades of Moody Blue #737ACF
Tints of Moody Blue #737ACF
RGB
CMYK
RGB Variations
Color information
#737ACF (or 0x737ACF) is known color: Moody Blue. HEX triplet: 73, 7A and CF. RGB value is (115,122,207). Sum of RGB (Red+Green+Blue) = 115+122+207=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #737ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ACF is #8C8530. Grayscale: #818181. Windows color (decimal): -9209137 or 13597299. OLE color: 13597299.
HSL color Cylindrical-coordinate representation of color #737ACF: hue angle of 235.43º degrees, saturation: 0.49, 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 #737ACF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 122 | 207 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.19 |
| HSL | 235.43º | 0.49% | 0.63% | - |
| HSV(B) | 235.43º | 0.44% | 0.81% | - |
| XYZ | 25.29 | 22.07 | 61.96 | - |
| YUV | 129.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 207 | 0.44 | 0.41 | 0 | 0.19 | 235.43 | 0.49 | 0.63 |
| Hex | 73 | 7A | CF | 2C | 29 | 0 | 13 | EB | 31 | 3F |
| Octal | 163 | 172 | 317 | 54 | 51 | 0 | 23 | 353 | 61 | 77 |
| Binary | 1110011 | 1111010 | 11001111 | 101100 | 101001 | 0 | 10011 | 11101011 | 110001 | 111111 |
Color Harmonies of #737ACF
Complementary color
Monochromatic Colors of #737ACF
Black with #737ACF
Text Example
Text Example
White with #737ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ACF; }
p { color: rgb(115,122,207); }
H1.HeaderClassName
{
color: #737ACF;
}
.AnyTagClassName
{
color: #737ACF;
}
</style>
background-color css
<style>
a { background-color: #737ACF; }
a { background-color: rgb(115,122,207); }
div.DivClassName
{
background-color: #737ACF;
}
.BgClassName
{
background-color: #737ACF;
}
</style>
border-color css
<style>
span { border-color: #737ACF; }
span { border-color: rgb(115,122,207); }
td.TdClassName
{
border-color: #737ACF;
}
.TagClassName
{
border-color: #737ACF;
}
</style>