Shades of Moody Blue #736CC7
Tints of Moody Blue #736CC7
RGB
CMYK
RGB Variations
Color information
#736CC7 (or 0x736CC7) is known color: Moody Blue. HEX triplet: 73, 6C and C7. RGB value is (115,108,199). Sum of RGB (Red+Green+Blue) = 115+108+199=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #736CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CC7 is #8C9338. Grayscale: #787878. Windows color (decimal): -9212729 or 13069427. OLE color: 13069427.
HSL color Cylindrical-coordinate representation of color #736CC7: hue angle of 244.62º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #736CC7 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 108 | 199 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.22 |
| HSL | 244.62º | 0.45% | 0.6% | - |
| HSV(B) | 244.62º | 0.46% | 0.78% | - |
| XYZ | 22.74 | 18.49 | 56.4 | - |
| YUV | 120.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 199 | 0.42 | 0.46 | 0 | 0.22 | 244.62 | 0.45 | 0.6 |
| Hex | 73 | 6C | C7 | 2A | 2E | 0 | 16 | F5 | 2D | 3C |
| Octal | 163 | 154 | 307 | 52 | 56 | 0 | 26 | 365 | 55 | 74 |
| Binary | 1110011 | 1101100 | 11000111 | 101010 | 101110 | 0 | 10110 | 11110101 | 101101 | 111100 |
Color Harmonies of #736CC7
Complementary color
Monochromatic Colors of #736CC7
Black with #736CC7
Text Example
Text Example
White with #736CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736CC7; }
p { color: rgb(115,108,199); }
H1.HeaderClassName
{
color: #736CC7;
}
.AnyTagClassName
{
color: #736CC7;
}
</style>
background-color css
<style>
a { background-color: #736CC7; }
a { background-color: rgb(115,108,199); }
div.DivClassName
{
background-color: #736CC7;
}
.BgClassName
{
background-color: #736CC7;
}
</style>
border-color css
<style>
span { border-color: #736CC7; }
span { border-color: rgb(115,108,199); }
td.TdClassName
{
border-color: #736CC7;
}
.TagClassName
{
border-color: #736CC7;
}
</style>