Shades of Moody Blue #747BCC
Tints of Moody Blue #747BCC
RGB
CMYK
RGB Variations
Color information
#747BCC (or 0x747BCC) is known color: Moody Blue. HEX triplet: 74, 7B and CC. RGB value is (116,123,204). Sum of RGB (Red+Green+Blue) = 116+123+204=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #747BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BCC is #8B8433. Grayscale: #818181. Windows color (decimal): -9143348 or 13400948. OLE color: 13400948.
HSL color Cylindrical-coordinate representation of color #747BCC: hue angle of 235.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747BCC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 123 | 204 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.2 |
| HSL | 235.23º | 0.46% | 0.63% | - |
| HSV(B) | 235.23º | 0.43% | 0.8% | - |
| XYZ | 25.18 | 22.24 | 60.09 | - |
| YUV | 130.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 204 | 0.43 | 0.40 | 0 | 0.2 | 235.23 | 0.46 | 0.63 |
| Hex | 74 | 7B | CC | 2B | 28 | 0 | 14 | EB | 2E | 3F |
| Octal | 164 | 173 | 314 | 53 | 50 | 0 | 24 | 353 | 56 | 77 |
| Binary | 1110100 | 1111011 | 11001100 | 101011 | 101000 | 0 | 10100 | 11101011 | 101110 | 111111 |
Color Harmonies of #747BCC
Complementary color
Monochromatic Colors of #747BCC
Black with #747BCC
Text Example
Text Example
White with #747BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BCC; }
p { color: rgb(116,123,204); }
H1.HeaderClassName
{
color: #747BCC;
}
.AnyTagClassName
{
color: #747BCC;
}
</style>
background-color css
<style>
a { background-color: #747BCC; }
a { background-color: rgb(116,123,204); }
div.DivClassName
{
background-color: #747BCC;
}
.BgClassName
{
background-color: #747BCC;
}
</style>
border-color css
<style>
span { border-color: #747BCC; }
span { border-color: rgb(116,123,204); }
td.TdClassName
{
border-color: #747BCC;
}
.TagClassName
{
border-color: #747BCC;
}
</style>