Shades of Moody Blue #747ADC
Tints of Moody Blue #747ADC
RGB
CMYK
RGB Variations
Color information
#747ADC (or 0x747ADC) is known color: Moody Blue. HEX triplet: 74, 7A and DC. RGB value is (116,122,220). Sum of RGB (Red+Green+Blue) = 116+122+220=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #747ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ADC is #8B8523. Grayscale: #828282. Windows color (decimal): -9143588 or 14449268. OLE color: 14449268.
HSL color Cylindrical-coordinate representation of color #747ADC: hue angle of 236.54º 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 #747ADC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 122 | 220 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.14 |
| HSL | 236.54º | 0.6% | 0.66% | - |
| HSV(B) | 236.54º | 0.47% | 0.86% | - |
| XYZ | 27.08 | 22.8 | 70.68 | - |
| YUV | 131.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 220 | 0.47 | 0.45 | 0 | 0.14 | 236.54 | 0.6 | 0.66 |
| Hex | 74 | 7A | DC | 2F | 2D | 0 | E | ED | 3C | 42 |
| Octal | 164 | 172 | 334 | 57 | 55 | 0 | 16 | 355 | 74 | 102 |
| Binary | 1110100 | 1111010 | 11011100 | 101111 | 101101 | 0 | 1110 | 11101101 | 111100 | 1000010 |
Color Harmonies of #747ADC
Complementary color
Monochromatic Colors of #747ADC
Black with #747ADC
Text Example
Text Example
White with #747ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ADC; }
p { color: rgb(116,122,220); }
H1.HeaderClassName
{
color: #747ADC;
}
.AnyTagClassName
{
color: #747ADC;
}
</style>
background-color css
<style>
a { background-color: #747ADC; }
a { background-color: rgb(116,122,220); }
div.DivClassName
{
background-color: #747ADC;
}
.BgClassName
{
background-color: #747ADC;
}
</style>
border-color css
<style>
span { border-color: #747ADC; }
span { border-color: rgb(116,122,220); }
td.TdClassName
{
border-color: #747ADC;
}
.TagClassName
{
border-color: #747ADC;
}
</style>