Shades of Moody Blue #7174CE
Tints of Moody Blue #7174CE
RGB
CMYK
RGB Variations
Color information
#7174CE (or 0x7174CE) is known color: Moody Blue. HEX triplet: 71, 74 and CE. RGB value is (113,116,206). Sum of RGB (Red+Green+Blue) = 113+116+206=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #7174CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174CE is #8E8B31. Grayscale: #7D7D7D. Windows color (decimal): -9341746 or 13530225. OLE color: 13530225.
HSL color Cylindrical-coordinate representation of color #7174CE: hue angle of 238.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7174CE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 116 | 206 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.19 |
| HSL | 238.06º | 0.49% | 0.63% | - |
| HSV(B) | 238.06º | 0.45% | 0.81% | - |
| XYZ | 24.2 | 20.46 | 61.07 | - |
| YUV | 125.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 206 | 0.45 | 0.44 | 0 | 0.19 | 238.06 | 0.49 | 0.63 |
| Hex | 71 | 74 | CE | 2D | 2C | 0 | 13 | EE | 31 | 3F |
| Octal | 161 | 164 | 316 | 55 | 54 | 0 | 23 | 356 | 61 | 77 |
| Binary | 1110001 | 1110100 | 11001110 | 101101 | 101100 | 0 | 10011 | 11101110 | 110001 | 111111 |
Color Harmonies of #7174CE
Complementary color
Monochromatic Colors of #7174CE
Black with #7174CE
Text Example
Text Example
White with #7174CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7174CE; }
p { color: rgb(113,116,206); }
H1.HeaderClassName
{
color: #7174CE;
}
.AnyTagClassName
{
color: #7174CE;
}
</style>
background-color css
<style>
a { background-color: #7174CE; }
a { background-color: rgb(113,116,206); }
div.DivClassName
{
background-color: #7174CE;
}
.BgClassName
{
background-color: #7174CE;
}
</style>
border-color css
<style>
span { border-color: #7174CE; }
span { border-color: rgb(113,116,206); }
td.TdClassName
{
border-color: #7174CE;
}
.TagClassName
{
border-color: #7174CE;
}
</style>