Shades of Moody Blue #7178D2
Tints of Moody Blue #7178D2
RGB
CMYK
RGB Variations
Color information
#7178D2 (or 0x7178D2) is known color: Moody Blue. HEX triplet: 71, 78 and D2. RGB value is (113,120,210). Sum of RGB (Red+Green+Blue) = 113+120+210=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #7178D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178D2 is #8E872D. Grayscale: #7F7F7F. Windows color (decimal): -9340718 or 13793393. OLE color: 13793393.
HSL color Cylindrical-coordinate representation of color #7178D2: hue angle of 235.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7178D2 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 120 | 210 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.18 |
| HSL | 235.67º | 0.52% | 0.63% | - |
| HSV(B) | 235.67º | 0.46% | 0.82% | - |
| XYZ | 25.16 | 21.6 | 63.82 | - |
| YUV | 128.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 210 | 0.46 | 0.43 | 0 | 0.18 | 235.67 | 0.52 | 0.63 |
| Hex | 71 | 78 | D2 | 2E | 2B | 0 | 12 | EC | 34 | 3F |
| Octal | 161 | 170 | 322 | 56 | 53 | 0 | 22 | 354 | 64 | 77 |
| Binary | 1110001 | 1111000 | 11010010 | 101110 | 101011 | 0 | 10010 | 11101100 | 110100 | 111111 |
Color Harmonies of #7178D2
Complementary color
Monochromatic Colors of #7178D2
Black with #7178D2
Text Example
Text Example
White with #7178D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7178D2; }
p { color: rgb(113,120,210); }
H1.HeaderClassName
{
color: #7178D2;
}
.AnyTagClassName
{
color: #7178D2;
}
</style>
background-color css
<style>
a { background-color: #7178D2; }
a { background-color: rgb(113,120,210); }
div.DivClassName
{
background-color: #7178D2;
}
.BgClassName
{
background-color: #7178D2;
}
</style>
border-color css
<style>
span { border-color: #7178D2; }
span { border-color: rgb(113,120,210); }
td.TdClassName
{
border-color: #7178D2;
}
.TagClassName
{
border-color: #7178D2;
}
</style>