Shades of Moody Blue #7175D0
Tints of Moody Blue #7175D0
RGB
CMYK
RGB Variations
Color information
#7175D0 (or 0x7175D0) is known color: Moody Blue. HEX triplet: 71, 75 and D0. RGB value is (113,117,208). Sum of RGB (Red+Green+Blue) = 113+117+208=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #7175D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175D0 is #8E8A2F. Grayscale: #7D7D7D. Windows color (decimal): -9341488 or 13661553. OLE color: 13661553.
HSL color Cylindrical-coordinate representation of color #7175D0: hue angle of 237.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7175D0 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 117 | 208 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.18 |
| HSL | 237.47º | 0.5% | 0.63% | - |
| HSV(B) | 237.47º | 0.46% | 0.82% | - |
| XYZ | 24.56 | 20.79 | 62.39 | - |
| YUV | 126.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 208 | 0.46 | 0.44 | 0 | 0.18 | 237.47 | 0.5 | 0.63 |
| Hex | 71 | 75 | D0 | 2E | 2C | 0 | 12 | ED | 32 | 3F |
| Octal | 161 | 165 | 320 | 56 | 54 | 0 | 22 | 355 | 62 | 77 |
| Binary | 1110001 | 1110101 | 11010000 | 101110 | 101100 | 0 | 10010 | 11101101 | 110010 | 111111 |
Color Harmonies of #7175D0
Complementary color
Monochromatic Colors of #7175D0
Black with #7175D0
Text Example
Text Example
White with #7175D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175D0; }
p { color: rgb(113,117,208); }
H1.HeaderClassName
{
color: #7175D0;
}
.AnyTagClassName
{
color: #7175D0;
}
</style>
background-color css
<style>
a { background-color: #7175D0; }
a { background-color: rgb(113,117,208); }
div.DivClassName
{
background-color: #7175D0;
}
.BgClassName
{
background-color: #7175D0;
}
</style>
border-color css
<style>
span { border-color: #7175D0; }
span { border-color: rgb(113,117,208); }
td.TdClassName
{
border-color: #7175D0;
}
.TagClassName
{
border-color: #7175D0;
}
</style>