Shades of Moody Blue #747DDA
Tints of Moody Blue #747DDA
RGB
CMYK
RGB Variations
Color information
#747DDA (or 0x747DDA) is known color: Moody Blue. HEX triplet: 74, 7D and DA. RGB value is (116,125,218). Sum of RGB (Red+Green+Blue) = 116+125+218=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #747DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDA is #8B8225. Grayscale: #848484. Windows color (decimal): -9142822 or 14318964. OLE color: 14318964.
HSL color Cylindrical-coordinate representation of color #747DDA: hue angle of 234.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747DDA is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 125 | 218 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.15 |
| HSL | 234.71º | 0.58% | 0.65% | - |
| HSV(B) | 234.71º | 0.47% | 0.85% | - |
| XYZ | 27.19 | 23.44 | 69.42 | - |
| YUV | 132.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 218 | 0.47 | 0.43 | 0 | 0.15 | 234.71 | 0.58 | 0.65 |
| Hex | 74 | 7D | DA | 2F | 2B | 0 | F | EB | 3A | 41 |
| Octal | 164 | 175 | 332 | 57 | 53 | 0 | 17 | 353 | 72 | 101 |
| Binary | 1110100 | 1111101 | 11011010 | 101111 | 101011 | 0 | 1111 | 11101011 | 111010 | 1000001 |
Color Harmonies of #747DDA
Complementary color
Monochromatic Colors of #747DDA
Black with #747DDA
Text Example
Text Example
White with #747DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DDA; }
p { color: rgb(116,125,218); }
H1.HeaderClassName
{
color: #747DDA;
}
.AnyTagClassName
{
color: #747DDA;
}
</style>
background-color css
<style>
a { background-color: #747DDA; }
a { background-color: rgb(116,125,218); }
div.DivClassName
{
background-color: #747DDA;
}
.BgClassName
{
background-color: #747DDA;
}
</style>
border-color css
<style>
span { border-color: #747DDA; }
span { border-color: rgb(116,125,218); }
td.TdClassName
{
border-color: #747DDA;
}
.TagClassName
{
border-color: #747DDA;
}
</style>