Shades of Moody Blue #736BBE
Tints of Moody Blue #736BBE
RGB
CMYK
RGB Variations
Color information
#736BBE (or 0x736BBE) is known color: Moody Blue. HEX triplet: 73, 6B and BE. RGB value is (115,107,190). Sum of RGB (Red+Green+Blue) = 115+107+190=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #736BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BBE is #8C9441. Grayscale: #767676. Windows color (decimal): -9212994 or 12479347. OLE color: 12479347.
HSL color Cylindrical-coordinate representation of color #736BBE: hue angle of 245.78º degrees, saturation: 0.39, 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 #736BBE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 107 | 190 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.25 |
| HSL | 245.78º | 0.39% | 0.58% | - |
| HSV(B) | 245.78º | 0.44% | 0.75% | - |
| XYZ | 21.62 | 17.88 | 51.03 | - |
| YUV | 118.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 190 | 0.39 | 0.44 | 0 | 0.25 | 245.78 | 0.39 | 0.58 |
| Hex | 73 | 6B | BE | 27 | 2C | 0 | 19 | F6 | 27 | 3A |
| Octal | 163 | 153 | 276 | 47 | 54 | 0 | 31 | 366 | 47 | 72 |
| Binary | 1110011 | 1101011 | 10111110 | 100111 | 101100 | 0 | 11001 | 11110110 | 100111 | 111010 |
Color Harmonies of #736BBE
Complementary color
Monochromatic Colors of #736BBE
Black with #736BBE
Text Example
Text Example
White with #736BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BBE; }
p { color: rgb(115,107,190); }
H1.HeaderClassName
{
color: #736BBE;
}
.AnyTagClassName
{
color: #736BBE;
}
</style>
background-color css
<style>
a { background-color: #736BBE; }
a { background-color: rgb(115,107,190); }
div.DivClassName
{
background-color: #736BBE;
}
.BgClassName
{
background-color: #736BBE;
}
</style>
border-color css
<style>
span { border-color: #736BBE; }
span { border-color: rgb(115,107,190); }
td.TdClassName
{
border-color: #736BBE;
}
.TagClassName
{
border-color: #736BBE;
}
</style>