Shades of Moody Blue #747FDC
Tints of Moody Blue #747FDC
RGB
CMYK
RGB Variations
Color information
#747FDC (or 0x747FDC) is known color: Moody Blue. HEX triplet: 74, 7F and DC. RGB value is (116,127,220). Sum of RGB (Red+Green+Blue) = 116+127+220=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #747FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDC is #8B8023. Grayscale: #858585. Windows color (decimal): -9142308 or 14450548. OLE color: 14450548.
HSL color Cylindrical-coordinate representation of color #747FDC: hue angle of 233.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747FDC is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 127 | 220 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 233.65º | 0.6% | 0.66% | - |
| HSV(B) | 233.65º | 0.47% | 0.86% | - |
| XYZ | 27.71 | 24.06 | 70.89 | - |
| YUV | 134.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 220 | 0.47 | 0.42 | 0 | 0.14 | 233.65 | 0.6 | 0.66 |
| Hex | 74 | 7F | DC | 2F | 2A | 0 | E | EA | 3C | 42 |
| Octal | 164 | 177 | 334 | 57 | 52 | 0 | 16 | 352 | 74 | 102 |
| Binary | 1110100 | 1111111 | 11011100 | 101111 | 101010 | 0 | 1110 | 11101010 | 111100 | 1000010 |
Color Harmonies of #747FDC
Complementary color
Monochromatic Colors of #747FDC
Black with #747FDC
Text Example
Text Example
White with #747FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FDC; }
p { color: rgb(116,127,220); }
H1.HeaderClassName
{
color: #747FDC;
}
.AnyTagClassName
{
color: #747FDC;
}
</style>
background-color css
<style>
a { background-color: #747FDC; }
a { background-color: rgb(116,127,220); }
div.DivClassName
{
background-color: #747FDC;
}
.BgClassName
{
background-color: #747FDC;
}
</style>
border-color css
<style>
span { border-color: #747FDC; }
span { border-color: rgb(116,127,220); }
td.TdClassName
{
border-color: #747FDC;
}
.TagClassName
{
border-color: #747FDC;
}
</style>