Shades of Moody Blue #737CCE
Tints of Moody Blue #737CCE
RGB
CMYK
RGB Variations
Color information
#737CCE (or 0x737CCE) is known color: Moody Blue. HEX triplet: 73, 7C and CE. RGB value is (115,124,206). Sum of RGB (Red+Green+Blue) = 115+124+206=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #737CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737CCE is #8C8331. Grayscale: #828282. Windows color (decimal): -9208626 or 13532275. OLE color: 13532275.
HSL color Cylindrical-coordinate representation of color #737CCE: hue angle of 234.07º 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 #737CCE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 124 | 206 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.19 |
| HSL | 234.07º | 0.48% | 0.63% | - |
| HSV(B) | 234.07º | 0.44% | 0.81% | - |
| XYZ | 25.42 | 22.52 | 61.4 | - |
| YUV | 130.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 206 | 0.44 | 0.40 | 0 | 0.19 | 234.07 | 0.48 | 0.63 |
| Hex | 73 | 7C | CE | 2C | 28 | 0 | 13 | EA | 30 | 3F |
| Octal | 163 | 174 | 316 | 54 | 50 | 0 | 23 | 352 | 60 | 77 |
| Binary | 1110011 | 1111100 | 11001110 | 101100 | 101000 | 0 | 10011 | 11101010 | 110000 | 111111 |
Color Harmonies of #737CCE
Complementary color
Monochromatic Colors of #737CCE
Black with #737CCE
Text Example
Text Example
White with #737CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CCE; }
p { color: rgb(115,124,206); }
H1.HeaderClassName
{
color: #737CCE;
}
.AnyTagClassName
{
color: #737CCE;
}
</style>
background-color css
<style>
a { background-color: #737CCE; }
a { background-color: rgb(115,124,206); }
div.DivClassName
{
background-color: #737CCE;
}
.BgClassName
{
background-color: #737CCE;
}
</style>
border-color css
<style>
span { border-color: #737CCE; }
span { border-color: rgb(115,124,206); }
td.TdClassName
{
border-color: #737CCE;
}
.TagClassName
{
border-color: #737CCE;
}
</style>