Shades of Moody Blue #736FC3
Tints of Moody Blue #736FC3
RGB
CMYK
RGB Variations
Color information
#736FC3 (or 0x736FC3) is known color: Moody Blue. HEX triplet: 73, 6F and C3. RGB value is (115,111,195). Sum of RGB (Red+Green+Blue) = 115+111+195=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #736FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FC3 is #8C903C. Grayscale: #797979. Windows color (decimal): -9211965 or 12808051. OLE color: 12808051.
HSL color Cylindrical-coordinate representation of color #736FC3: hue angle of 242.86º 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 #736FC3 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 111 | 195 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.24 |
| HSL | 242.86º | 0.41% | 0.6% | - |
| HSV(B) | 242.86º | 0.43% | 0.76% | - |
| XYZ | 22.61 | 18.95 | 54.1 | - |
| YUV | 121.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 195 | 0.41 | 0.43 | 0 | 0.24 | 242.86 | 0.41 | 0.6 |
| Hex | 73 | 6F | C3 | 29 | 2B | 0 | 18 | F3 | 29 | 3C |
| Octal | 163 | 157 | 303 | 51 | 53 | 0 | 30 | 363 | 51 | 74 |
| Binary | 1110011 | 1101111 | 11000011 | 101001 | 101011 | 0 | 11000 | 11110011 | 101001 | 111100 |
Color Harmonies of #736FC3
Complementary color
Monochromatic Colors of #736FC3
Black with #736FC3
Text Example
Text Example
White with #736FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FC3; }
p { color: rgb(115,111,195); }
H1.HeaderClassName
{
color: #736FC3;
}
.AnyTagClassName
{
color: #736FC3;
}
</style>
background-color css
<style>
a { background-color: #736FC3; }
a { background-color: rgb(115,111,195); }
div.DivClassName
{
background-color: #736FC3;
}
.BgClassName
{
background-color: #736FC3;
}
</style>
border-color css
<style>
span { border-color: #736FC3; }
span { border-color: rgb(115,111,195); }
td.TdClassName
{
border-color: #736FC3;
}
.TagClassName
{
border-color: #736FC3;
}
</style>