Shades of Moody Blue #7075D9
Tints of Moody Blue #7075D9
RGB
CMYK
RGB Variations
Color information
#7075D9 (or 0x7075D9) is known color: Moody Blue. HEX triplet: 70, 75 and D9. RGB value is (112,117,217). Sum of RGB (Red+Green+Blue) = 112+117+217=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #7075D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075D9 is #8F8A26. Grayscale: #7E7E7E. Windows color (decimal): -9407015 or 14251376. OLE color: 14251376.
HSL color Cylindrical-coordinate representation of color #7075D9: hue angle of 237.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7075D9 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 117 | 217 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.15 |
| HSL | 237.14º | 0.58% | 0.65% | - |
| HSV(B) | 237.14º | 0.48% | 0.85% | - |
| XYZ | 25.57 | 21.18 | 68.39 | - |
| YUV | 126.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 217 | 0.48 | 0.46 | 0 | 0.15 | 237.14 | 0.58 | 0.65 |
| Hex | 70 | 75 | D9 | 30 | 2E | 0 | F | ED | 3A | 41 |
| Octal | 160 | 165 | 331 | 60 | 56 | 0 | 17 | 355 | 72 | 101 |
| Binary | 1110000 | 1110101 | 11011001 | 110000 | 101110 | 0 | 1111 | 11101101 | 111010 | 1000001 |
Color Harmonies of #7075D9
Complementary color
Monochromatic Colors of #7075D9
Black with #7075D9
Text Example
Text Example
White with #7075D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075D9; }
p { color: rgb(112,117,217); }
H1.HeaderClassName
{
color: #7075D9;
}
.AnyTagClassName
{
color: #7075D9;
}
</style>
background-color css
<style>
a { background-color: #7075D9; }
a { background-color: rgb(112,117,217); }
div.DivClassName
{
background-color: #7075D9;
}
.BgClassName
{
background-color: #7075D9;
}
</style>
border-color css
<style>
span { border-color: #7075D9; }
span { border-color: rgb(112,117,217); }
td.TdClassName
{
border-color: #7075D9;
}
.TagClassName
{
border-color: #7075D9;
}
</style>