Shades of Moody Blue #736EC2
Tints of Moody Blue #736EC2
RGB
CMYK
RGB Variations
Color information
#736EC2 (or 0x736EC2) is known color: Moody Blue. HEX triplet: 73, 6E and C2. RGB value is (115,110,194). Sum of RGB (Red+Green+Blue) = 115+110+194=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #736EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736EC2 is #8C913D. Grayscale: #787878. Windows color (decimal): -9212222 or 12742259. OLE color: 12742259.
HSL color Cylindrical-coordinate representation of color #736EC2: hue angle of 243.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736EC2 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 110 | 194 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.24 |
| HSL | 243.57º | 0.41% | 0.6% | - |
| HSV(B) | 243.57º | 0.43% | 0.76% | - |
| XYZ | 22.38 | 18.69 | 53.47 | - |
| YUV | 121.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 194 | 0.41 | 0.43 | 0 | 0.24 | 243.57 | 0.41 | 0.6 |
| Hex | 73 | 6E | C2 | 29 | 2B | 0 | 18 | F4 | 29 | 3C |
| Octal | 163 | 156 | 302 | 51 | 53 | 0 | 30 | 364 | 51 | 74 |
| Binary | 1110011 | 1101110 | 11000010 | 101001 | 101011 | 0 | 11000 | 11110100 | 101001 | 111100 |
Color Harmonies of #736EC2
Complementary color
Monochromatic Colors of #736EC2
Black with #736EC2
Text Example
Text Example
White with #736EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736EC2; }
p { color: rgb(115,110,194); }
H1.HeaderClassName
{
color: #736EC2;
}
.AnyTagClassName
{
color: #736EC2;
}
</style>
background-color css
<style>
a { background-color: #736EC2; }
a { background-color: rgb(115,110,194); }
div.DivClassName
{
background-color: #736EC2;
}
.BgClassName
{
background-color: #736EC2;
}
</style>
border-color css
<style>
span { border-color: #736EC2; }
span { border-color: rgb(115,110,194); }
td.TdClassName
{
border-color: #736EC2;
}
.TagClassName
{
border-color: #736EC2;
}
</style>