Shades of Moody Blue #736FC0
Tints of Moody Blue #736FC0
RGB
CMYK
RGB Variations
Color information
#736FC0 (or 0x736FC0) is known color: Moody Blue. HEX triplet: 73, 6F and C0. RGB value is (115,111,192). Sum of RGB (Red+Green+Blue) = 115+111+192=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #736FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FC0 is #8C903F. Grayscale: #797979. Windows color (decimal): -9211968 or 12611443. OLE color: 12611443.
HSL color Cylindrical-coordinate representation of color #736FC0: hue angle of 242.96º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #736FC0 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 111 | 192 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.25 |
| HSL | 242.96º | 0.39% | 0.59% | - |
| HSV(B) | 242.96º | 0.42% | 0.75% | - |
| XYZ | 22.27 | 18.82 | 52.33 | - |
| YUV | 121.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 192 | 0.40 | 0.42 | 0 | 0.25 | 242.96 | 0.39 | 0.59 |
| Hex | 73 | 6F | C0 | 28 | 2A | 0 | 19 | F3 | 27 | 3B |
| Octal | 163 | 157 | 300 | 50 | 52 | 0 | 31 | 363 | 47 | 73 |
| Binary | 1110011 | 1101111 | 11000000 | 101000 | 101010 | 0 | 11001 | 11110011 | 100111 | 111011 |
Color Harmonies of #736FC0
Complementary color
Monochromatic Colors of #736FC0
Black with #736FC0
Text Example
Text Example
White with #736FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FC0; }
p { color: rgb(115,111,192); }
H1.HeaderClassName
{
color: #736FC0;
}
.AnyTagClassName
{
color: #736FC0;
}
</style>
background-color css
<style>
a { background-color: #736FC0; }
a { background-color: rgb(115,111,192); }
div.DivClassName
{
background-color: #736FC0;
}
.BgClassName
{
background-color: #736FC0;
}
</style>
border-color css
<style>
span { border-color: #736FC0; }
span { border-color: rgb(115,111,192); }
td.TdClassName
{
border-color: #736FC0;
}
.TagClassName
{
border-color: #736FC0;
}
</style>