Shades of Moody Blue #7172C6
Tints of Moody Blue #7172C6
RGB
CMYK
RGB Variations
Color information
#7172C6 (or 0x7172C6) is known color: Moody Blue. HEX triplet: 71, 72 and C6. RGB value is (113,114,198). Sum of RGB (Red+Green+Blue) = 113+114+198=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #7172C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7172C6 is #8E8D39. Grayscale: #7A7A7A. Windows color (decimal): -9342266 or 13005425. OLE color: 13005425.
HSL color Cylindrical-coordinate representation of color #7172C6: hue angle of 239.29º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7172C6 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 114 | 198 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.22 |
| HSL | 239.29º | 0.43% | 0.61% | - |
| HSV(B) | 239.29º | 0.43% | 0.78% | - |
| XYZ | 23.02 | 19.62 | 56 | - |
| YUV | 123.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 198 | 0.43 | 0.42 | 0 | 0.22 | 239.29 | 0.43 | 0.61 |
| Hex | 71 | 72 | C6 | 2B | 2A | 0 | 16 | EF | 2B | 3D |
| Octal | 161 | 162 | 306 | 53 | 52 | 0 | 26 | 357 | 53 | 75 |
| Binary | 1110001 | 1110010 | 11000110 | 101011 | 101010 | 0 | 10110 | 11101111 | 101011 | 111101 |
Color Harmonies of #7172C6
Complementary color
Monochromatic Colors of #7172C6
Black with #7172C6
Text Example
Text Example
White with #7172C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7172C6; }
p { color: rgb(113,114,198); }
H1.HeaderClassName
{
color: #7172C6;
}
.AnyTagClassName
{
color: #7172C6;
}
</style>
background-color css
<style>
a { background-color: #7172C6; }
a { background-color: rgb(113,114,198); }
div.DivClassName
{
background-color: #7172C6;
}
.BgClassName
{
background-color: #7172C6;
}
</style>
border-color css
<style>
span { border-color: #7172C6; }
span { border-color: rgb(113,114,198); }
td.TdClassName
{
border-color: #7172C6;
}
.TagClassName
{
border-color: #7172C6;
}
</style>