Shades of Moody Blue #737ACB
Tints of Moody Blue #737ACB
RGB
CMYK
RGB Variations
Color information
#737ACB (or 0x737ACB) is known color: Moody Blue. HEX triplet: 73, 7A and CB. RGB value is (115,122,203). Sum of RGB (Red+Green+Blue) = 115+122+203=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #737ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ACB is #8C8534. Grayscale: #808080. Windows color (decimal): -9209141 or 13335155. OLE color: 13335155.
HSL color Cylindrical-coordinate representation of color #737ACB: hue angle of 235.23º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #737ACB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 122 | 203 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.20 |
| HSL | 235.23º | 0.46% | 0.62% | - |
| HSV(B) | 235.23º | 0.43% | 0.8% | - |
| XYZ | 24.81 | 21.88 | 59.41 | - |
| YUV | 129.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 203 | 0.43 | 0.40 | 0 | 0.20 | 235.23 | 0.46 | 0.62 |
| Hex | 73 | 7A | CB | 2B | 28 | 0 | 14 | EB | 2E | 3E |
| Octal | 163 | 172 | 313 | 53 | 50 | 0 | 24 | 353 | 56 | 76 |
| Binary | 1110011 | 1111010 | 11001011 | 101011 | 101000 | 0 | 10100 | 11101011 | 101110 | 111110 |
Color Harmonies of #737ACB
Complementary color
Monochromatic Colors of #737ACB
Black with #737ACB
Text Example
Text Example
White with #737ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ACB; }
p { color: rgb(115,122,203); }
H1.HeaderClassName
{
color: #737ACB;
}
.AnyTagClassName
{
color: #737ACB;
}
</style>
background-color css
<style>
a { background-color: #737ACB; }
a { background-color: rgb(115,122,203); }
div.DivClassName
{
background-color: #737ACB;
}
.BgClassName
{
background-color: #737ACB;
}
</style>
border-color css
<style>
span { border-color: #737ACB; }
span { border-color: rgb(115,122,203); }
td.TdClassName
{
border-color: #737ACB;
}
.TagClassName
{
border-color: #737ACB;
}
</style>