Shades of Moody Blue #7174CA
Tints of Moody Blue #7174CA
RGB
CMYK
RGB Variations
Color information
#7174CA (or 0x7174CA) is known color: Moody Blue. HEX triplet: 71, 74 and CA. RGB value is (113,116,202). Sum of RGB (Red+Green+Blue) = 113+116+202=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #7174CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174CA is #8E8B35. Grayscale: #7C7C7C. Windows color (decimal): -9341750 or 13268081. OLE color: 13268081.
HSL color Cylindrical-coordinate representation of color #7174CA: hue angle of 237.98º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7174CA is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 116 | 202 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.21 |
| HSL | 237.98º | 0.46% | 0.62% | - |
| HSV(B) | 237.98º | 0.44% | 0.79% | - |
| XYZ | 23.72 | 20.27 | 58.54 | - |
| YUV | 124.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 202 | 0.44 | 0.43 | 0 | 0.21 | 237.98 | 0.46 | 0.62 |
| Hex | 71 | 74 | CA | 2C | 2B | 0 | 15 | EE | 2E | 3E |
| Octal | 161 | 164 | 312 | 54 | 53 | 0 | 25 | 356 | 56 | 76 |
| Binary | 1110001 | 1110100 | 11001010 | 101100 | 101011 | 0 | 10101 | 11101110 | 101110 | 111110 |
Color Harmonies of #7174CA
Complementary color
Monochromatic Colors of #7174CA
Black with #7174CA
Text Example
Text Example
White with #7174CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7174CA; }
p { color: rgb(113,116,202); }
H1.HeaderClassName
{
color: #7174CA;
}
.AnyTagClassName
{
color: #7174CA;
}
</style>
background-color css
<style>
a { background-color: #7174CA; }
a { background-color: rgb(113,116,202); }
div.DivClassName
{
background-color: #7174CA;
}
.BgClassName
{
background-color: #7174CA;
}
</style>
border-color css
<style>
span { border-color: #7174CA; }
span { border-color: rgb(113,116,202); }
td.TdClassName
{
border-color: #7174CA;
}
.TagClassName
{
border-color: #7174CA;
}
</style>