Shades of Moody Blue #736BBF
Tints of Moody Blue #736BBF
RGB
CMYK
RGB Variations
Color information
#736BBF (or 0x736BBF) is known color: Moody Blue. HEX triplet: 73, 6B and BF. RGB value is (115,107,191). Sum of RGB (Red+Green+Blue) = 115+107+191=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #736BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BBF is #8C9440. Grayscale: #767676. Windows color (decimal): -9212993 or 12544883. OLE color: 12544883.
HSL color Cylindrical-coordinate representation of color #736BBF: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736BBF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 107 | 191 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.25 |
| HSL | 245.71º | 0.4% | 0.58% | - |
| HSV(B) | 245.71º | 0.44% | 0.75% | - |
| XYZ | 21.73 | 17.92 | 51.6 | - |
| YUV | 118.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 191 | 0.40 | 0.44 | 0 | 0.25 | 245.71 | 0.4 | 0.58 |
| Hex | 73 | 6B | BF | 28 | 2C | 0 | 19 | F6 | 28 | 3A |
| Octal | 163 | 153 | 277 | 50 | 54 | 0 | 31 | 366 | 50 | 72 |
| Binary | 1110011 | 1101011 | 10111111 | 101000 | 101100 | 0 | 11001 | 11110110 | 101000 | 111010 |
Color Harmonies of #736BBF
Complementary color
Monochromatic Colors of #736BBF
Black with #736BBF
Text Example
Text Example
White with #736BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BBF; }
p { color: rgb(115,107,191); }
H1.HeaderClassName
{
color: #736BBF;
}
.AnyTagClassName
{
color: #736BBF;
}
</style>
background-color css
<style>
a { background-color: #736BBF; }
a { background-color: rgb(115,107,191); }
div.DivClassName
{
background-color: #736BBF;
}
.BgClassName
{
background-color: #736BBF;
}
</style>
border-color css
<style>
span { border-color: #736BBF; }
span { border-color: rgb(115,107,191); }
td.TdClassName
{
border-color: #736BBF;
}
.TagClassName
{
border-color: #736BBF;
}
</style>