Shades of Moody Blue #736FD4
Tints of Moody Blue #736FD4
RGB
CMYK
RGB Variations
Color information
#736FD4 (or 0x736FD4) is known color: Moody Blue. HEX triplet: 73, 6F and D4. RGB value is (115,111,212). Sum of RGB (Red+Green+Blue) = 115+111+212=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #736FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FD4 is #8C902B. Grayscale: #7B7B7B. Windows color (decimal): -9211948 or 13922163. OLE color: 13922163.
HSL color Cylindrical-coordinate representation of color #736FD4: hue angle of 242.38º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736FD4 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 111 | 212 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.17 |
| HSL | 242.38º | 0.54% | 0.63% | - |
| HSV(B) | 242.38º | 0.48% | 0.83% | - |
| XYZ | 24.64 | 19.77 | 64.8 | - |
| YUV | 123.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 212 | 0.46 | 0.48 | 0 | 0.17 | 242.38 | 0.54 | 0.63 |
| Hex | 73 | 6F | D4 | 2E | 30 | 0 | 11 | F2 | 36 | 3F |
| Octal | 163 | 157 | 324 | 56 | 60 | 0 | 21 | 362 | 66 | 77 |
| Binary | 1110011 | 1101111 | 11010100 | 101110 | 110000 | 0 | 10001 | 11110010 | 110110 | 111111 |
Color Harmonies of #736FD4
Complementary color
Monochromatic Colors of #736FD4
Black with #736FD4
Text Example
Text Example
White with #736FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FD4; }
p { color: rgb(115,111,212); }
H1.HeaderClassName
{
color: #736FD4;
}
.AnyTagClassName
{
color: #736FD4;
}
</style>
background-color css
<style>
a { background-color: #736FD4; }
a { background-color: rgb(115,111,212); }
div.DivClassName
{
background-color: #736FD4;
}
.BgClassName
{
background-color: #736FD4;
}
</style>
border-color css
<style>
span { border-color: #736FD4; }
span { border-color: rgb(115,111,212); }
td.TdClassName
{
border-color: #736FD4;
}
.TagClassName
{
border-color: #736FD4;
}
</style>