Shades of Moody Blue #736FD0
Tints of Moody Blue #736FD0
RGB
CMYK
RGB Variations
Color information
#736FD0 (or 0x736FD0) is known color: Moody Blue. HEX triplet: 73, 6F and D0. RGB value is (115,111,208). Sum of RGB (Red+Green+Blue) = 115+111+208=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #736FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FD0 is #8C902F. Grayscale: #7A7A7A. Windows color (decimal): -9211952 or 13660019. OLE color: 13660019.
HSL color Cylindrical-coordinate representation of color #736FD0: hue angle of 242.47º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736FD0 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 111 | 208 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.18 |
| HSL | 242.47º | 0.51% | 0.63% | - |
| HSV(B) | 242.47º | 0.47% | 0.82% | - |
| XYZ | 24.14 | 19.57 | 62.18 | - |
| YUV | 123.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 208 | 0.45 | 0.47 | 0 | 0.18 | 242.47 | 0.51 | 0.63 |
| Hex | 73 | 6F | D0 | 2D | 2F | 0 | 12 | F2 | 33 | 3F |
| Octal | 163 | 157 | 320 | 55 | 57 | 0 | 22 | 362 | 63 | 77 |
| Binary | 1110011 | 1101111 | 11010000 | 101101 | 101111 | 0 | 10010 | 11110010 | 110011 | 111111 |
Color Harmonies of #736FD0
Complementary color
Monochromatic Colors of #736FD0
Black with #736FD0
Text Example
Text Example
White with #736FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FD0; }
p { color: rgb(115,111,208); }
H1.HeaderClassName
{
color: #736FD0;
}
.AnyTagClassName
{
color: #736FD0;
}
</style>
background-color css
<style>
a { background-color: #736FD0; }
a { background-color: rgb(115,111,208); }
div.DivClassName
{
background-color: #736FD0;
}
.BgClassName
{
background-color: #736FD0;
}
</style>
border-color css
<style>
span { border-color: #736FD0; }
span { border-color: rgb(115,111,208); }
td.TdClassName
{
border-color: #736FD0;
}
.TagClassName
{
border-color: #736FD0;
}
</style>