Shades of Moody Blue #736DC7
Tints of Moody Blue #736DC7
RGB
CMYK
RGB Variations
Color information
#736DC7 (or 0x736DC7) is known color: Moody Blue. HEX triplet: 73, 6D and C7. RGB value is (115,109,199). Sum of RGB (Red+Green+Blue) = 115+109+199=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #736DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736DC7 is #8C9238. Grayscale: #787878. Windows color (decimal): -9212473 or 13069683. OLE color: 13069683.
HSL color Cylindrical-coordinate representation of color #736DC7: hue angle of 244º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #736DC7 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 109 | 199 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.22 |
| HSL | 244º | 0.45% | 0.6% | - |
| HSV(B) | 244º | 0.45% | 0.78% | - |
| XYZ | 22.85 | 18.71 | 56.44 | - |
| YUV | 121.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 199 | 0.42 | 0.45 | 0 | 0.22 | 244 | 0.45 | 0.6 |
| Hex | 73 | 6D | C7 | 2A | 2D | 0 | 16 | F4 | 2D | 3C |
| Octal | 163 | 155 | 307 | 52 | 55 | 0 | 26 | 364 | 55 | 74 |
| Binary | 1110011 | 1101101 | 11000111 | 101010 | 101101 | 0 | 10110 | 11110100 | 101101 | 111100 |
Color Harmonies of #736DC7
Complementary color
Monochromatic Colors of #736DC7
Black with #736DC7
Text Example
Text Example
White with #736DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DC7; }
p { color: rgb(115,109,199); }
H1.HeaderClassName
{
color: #736DC7;
}
.AnyTagClassName
{
color: #736DC7;
}
</style>
background-color css
<style>
a { background-color: #736DC7; }
a { background-color: rgb(115,109,199); }
div.DivClassName
{
background-color: #736DC7;
}
.BgClassName
{
background-color: #736DC7;
}
</style>
border-color css
<style>
span { border-color: #736DC7; }
span { border-color: rgb(115,109,199); }
td.TdClassName
{
border-color: #736DC7;
}
.TagClassName
{
border-color: #736DC7;
}
</style>