Shades of Moody Blue #747ACB
Tints of Moody Blue #747ACB
RGB
CMYK
RGB Variations
Color information
#747ACB (or 0x747ACB) is known color: Moody Blue. HEX triplet: 74, 7A and CB. RGB value is (116,122,203). Sum of RGB (Red+Green+Blue) = 116+122+203=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #747ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ACB is #8B8534. Grayscale: #818181. Windows color (decimal): -9143605 or 13335156. OLE color: 13335156.
HSL color Cylindrical-coordinate representation of color #747ACB: hue angle of 235.86º 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 #747ACB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 122 | 203 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.20 |
| HSL | 235.86º | 0.46% | 0.63% | - |
| HSV(B) | 235.86º | 0.43% | 0.8% | - |
| XYZ | 24.94 | 21.94 | 59.42 | - |
| YUV | 129.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 203 | 0.43 | 0.40 | 0 | 0.20 | 235.86 | 0.46 | 0.63 |
| Hex | 74 | 7A | CB | 2B | 28 | 0 | 14 | EC | 2E | 3F |
| Octal | 164 | 172 | 313 | 53 | 50 | 0 | 24 | 354 | 56 | 77 |
| Binary | 1110100 | 1111010 | 11001011 | 101011 | 101000 | 0 | 10100 | 11101100 | 101110 | 111111 |
Color Harmonies of #747ACB
Complementary color
Monochromatic Colors of #747ACB
Black with #747ACB
Text Example
Text Example
White with #747ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ACB; }
p { color: rgb(116,122,203); }
H1.HeaderClassName
{
color: #747ACB;
}
.AnyTagClassName
{
color: #747ACB;
}
</style>
background-color css
<style>
a { background-color: #747ACB; }
a { background-color: rgb(116,122,203); }
div.DivClassName
{
background-color: #747ACB;
}
.BgClassName
{
background-color: #747ACB;
}
</style>
border-color css
<style>
span { border-color: #747ACB; }
span { border-color: rgb(116,122,203); }
td.TdClassName
{
border-color: #747ACB;
}
.TagClassName
{
border-color: #747ACB;
}
</style>