Shades of Moody Blue #7177CF
Tints of Moody Blue #7177CF
RGB
CMYK
RGB Variations
Color information
#7177CF (or 0x7177CF) is known color: Moody Blue. HEX triplet: 71, 77 and CF. RGB value is (113,119,207). Sum of RGB (Red+Green+Blue) = 113+119+207=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7177CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7177CF is #8E8830. Grayscale: #7E7E7E. Windows color (decimal): -9340977 or 13596529. OLE color: 13596529.
HSL color Cylindrical-coordinate representation of color #7177CF: hue angle of 236.17º 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 #7177CF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 119 | 207 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.19 |
| HSL | 236.17º | 0.49% | 0.63% | - |
| HSV(B) | 236.17º | 0.45% | 0.81% | - |
| XYZ | 24.67 | 21.21 | 61.83 | - |
| YUV | 127.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 207 | 0.45 | 0.43 | 0 | 0.19 | 236.17 | 0.49 | 0.63 |
| Hex | 71 | 77 | CF | 2D | 2B | 0 | 13 | EC | 31 | 3F |
| Octal | 161 | 167 | 317 | 55 | 53 | 0 | 23 | 354 | 61 | 77 |
| Binary | 1110001 | 1110111 | 11001111 | 101101 | 101011 | 0 | 10011 | 11101100 | 110001 | 111111 |
Color Harmonies of #7177CF
Complementary color
Monochromatic Colors of #7177CF
Black with #7177CF
Text Example
Text Example
White with #7177CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7177CF; }
p { color: rgb(113,119,207); }
H1.HeaderClassName
{
color: #7177CF;
}
.AnyTagClassName
{
color: #7177CF;
}
</style>
background-color css
<style>
a { background-color: #7177CF; }
a { background-color: rgb(113,119,207); }
div.DivClassName
{
background-color: #7177CF;
}
.BgClassName
{
background-color: #7177CF;
}
</style>
border-color css
<style>
span { border-color: #7177CF; }
span { border-color: rgb(113,119,207); }
td.TdClassName
{
border-color: #7177CF;
}
.TagClassName
{
border-color: #7177CF;
}
</style>