Shades of Moody Blue #737BC8
Tints of Moody Blue #737BC8
RGB
CMYK
RGB Variations
Color information
#737BC8 (or 0x737BC8) is known color: Moody Blue. HEX triplet: 73, 7B and C8. RGB value is (115,123,200). Sum of RGB (Red+Green+Blue) = 115+123+200=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #737BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737BC8 is #8C8437. Grayscale: #818181. Windows color (decimal): -9208888 or 13138803. OLE color: 13138803.
HSL color Cylindrical-coordinate representation of color #737BC8: hue angle of 234.35º 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 #737BC8 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 123 | 200 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.22 |
| HSL | 234.35º | 0.44% | 0.62% | - |
| HSV(B) | 234.35º | 0.43% | 0.78% | - |
| XYZ | 24.58 | 21.98 | 57.59 | - |
| YUV | 129.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 200 | 0.42 | 0.38 | 0 | 0.22 | 234.35 | 0.44 | 0.62 |
| Hex | 73 | 7B | C8 | 2A | 26 | 0 | 16 | EA | 2C | 3E |
| Octal | 163 | 173 | 310 | 52 | 46 | 0 | 26 | 352 | 54 | 76 |
| Binary | 1110011 | 1111011 | 11001000 | 101010 | 100110 | 0 | 10110 | 11101010 | 101100 | 111110 |
Color Harmonies of #737BC8
Complementary color
Monochromatic Colors of #737BC8
Black with #737BC8
Text Example
Text Example
White with #737BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BC8; }
p { color: rgb(115,123,200); }
H1.HeaderClassName
{
color: #737BC8;
}
.AnyTagClassName
{
color: #737BC8;
}
</style>
background-color css
<style>
a { background-color: #737BC8; }
a { background-color: rgb(115,123,200); }
div.DivClassName
{
background-color: #737BC8;
}
.BgClassName
{
background-color: #737BC8;
}
</style>
border-color css
<style>
span { border-color: #737BC8; }
span { border-color: rgb(115,123,200); }
td.TdClassName
{
border-color: #737BC8;
}
.TagClassName
{
border-color: #737BC8;
}
</style>