Shades of Moody Blue #736FC9
Tints of Moody Blue #736FC9
RGB
CMYK
RGB Variations
Color information
#736FC9 (or 0x736FC9) is known color: Moody Blue. HEX triplet: 73, 6F and C9. RGB value is (115,111,201). Sum of RGB (Red+Green+Blue) = 115+111+201=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #736FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FC9 is #8C9036. Grayscale: #7A7A7A. Windows color (decimal): -9211959 or 13201267. OLE color: 13201267.
HSL color Cylindrical-coordinate representation of color #736FC9: hue angle of 242.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #736FC9 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 111 | 201 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.21 |
| HSL | 242.67º | 0.45% | 0.61% | - |
| HSV(B) | 242.67º | 0.45% | 0.79% | - |
| XYZ | 23.3 | 19.23 | 57.74 | - |
| YUV | 122.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 201 | 0.43 | 0.45 | 0 | 0.21 | 242.67 | 0.45 | 0.61 |
| Hex | 73 | 6F | C9 | 2B | 2D | 0 | 15 | F3 | 2D | 3D |
| Octal | 163 | 157 | 311 | 53 | 55 | 0 | 25 | 363 | 55 | 75 |
| Binary | 1110011 | 1101111 | 11001001 | 101011 | 101101 | 0 | 10101 | 11110011 | 101101 | 111101 |
Color Harmonies of #736FC9
Complementary color
Monochromatic Colors of #736FC9
Black with #736FC9
Text Example
Text Example
White with #736FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FC9; }
p { color: rgb(115,111,201); }
H1.HeaderClassName
{
color: #736FC9;
}
.AnyTagClassName
{
color: #736FC9;
}
</style>
background-color css
<style>
a { background-color: #736FC9; }
a { background-color: rgb(115,111,201); }
div.DivClassName
{
background-color: #736FC9;
}
.BgClassName
{
background-color: #736FC9;
}
</style>
border-color css
<style>
span { border-color: #736FC9; }
span { border-color: rgb(115,111,201); }
td.TdClassName
{
border-color: #736FC9;
}
.TagClassName
{
border-color: #736FC9;
}
</style>