Shades of Moody Blue #7170CF
Tints of Moody Blue #7170CF
RGB
CMYK
RGB Variations
Color information
#7170CF (or 0x7170CF) is known color: Moody Blue. HEX triplet: 71, 70 and CF. RGB value is (113,112,207). Sum of RGB (Red+Green+Blue) = 113+112+207=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7170CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170CF is #8E8F30. Grayscale: #7A7A7A. Windows color (decimal): -9342769 or 13594737. OLE color: 13594737.
HSL color Cylindrical-coordinate representation of color #7170CF: hue angle of 240.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7170CF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 112 | 207 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.19 |
| HSL | 240.63º | 0.5% | 0.63% | - |
| HSV(B) | 240.63º | 0.46% | 0.81% | - |
| XYZ | 23.87 | 19.6 | 61.56 | - |
| YUV | 123.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 207 | 0.45 | 0.46 | 0 | 0.19 | 240.63 | 0.5 | 0.63 |
| Hex | 71 | 70 | CF | 2D | 2E | 0 | 13 | F1 | 32 | 3F |
| Octal | 161 | 160 | 317 | 55 | 56 | 0 | 23 | 361 | 62 | 77 |
| Binary | 1110001 | 1110000 | 11001111 | 101101 | 101110 | 0 | 10011 | 11110001 | 110010 | 111111 |
Color Harmonies of #7170CF
Complementary color
Monochromatic Colors of #7170CF
Black with #7170CF
Text Example
Text Example
White with #7170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170CF; }
p { color: rgb(113,112,207); }
H1.HeaderClassName
{
color: #7170CF;
}
.AnyTagClassName
{
color: #7170CF;
}
</style>
background-color css
<style>
a { background-color: #7170CF; }
a { background-color: rgb(113,112,207); }
div.DivClassName
{
background-color: #7170CF;
}
.BgClassName
{
background-color: #7170CF;
}
</style>
border-color css
<style>
span { border-color: #7170CF; }
span { border-color: rgb(113,112,207); }
td.TdClassName
{
border-color: #7170CF;
}
.TagClassName
{
border-color: #7170CF;
}
</style>