Shades of Moody Blue #7375D6
Tints of Moody Blue #7375D6
RGB
CMYK
RGB Variations
Color information
#7375D6 (or 0x7375D6) is known color: Moody Blue. HEX triplet: 73, 75 and D6. RGB value is (115,117,214). Sum of RGB (Red+Green+Blue) = 115+117+214=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #7375D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375D6 is #8C8A29. Grayscale: #7F7F7F. Windows color (decimal): -9210410 or 14054771. OLE color: 14054771.
HSL color Cylindrical-coordinate representation of color #7375D6: hue angle of 238.79º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7375D6 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 117 | 214 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.16 |
| HSL | 238.79º | 0.55% | 0.65% | - |
| HSV(B) | 238.79º | 0.46% | 0.84% | - |
| XYZ | 25.57 | 21.22 | 66.37 | - |
| YUV | 127.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 214 | 0.46 | 0.45 | 0 | 0.16 | 238.79 | 0.55 | 0.65 |
| Hex | 73 | 75 | D6 | 2E | 2D | 0 | 10 | EF | 37 | 41 |
| Octal | 163 | 165 | 326 | 56 | 55 | 0 | 20 | 357 | 67 | 101 |
| Binary | 1110011 | 1110101 | 11010110 | 101110 | 101101 | 0 | 10000 | 11101111 | 110111 | 1000001 |
Color Harmonies of #7375D6
Complementary color
Monochromatic Colors of #7375D6
Black with #7375D6
Text Example
Text Example
White with #7375D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7375D6; }
p { color: rgb(115,117,214); }
H1.HeaderClassName
{
color: #7375D6;
}
.AnyTagClassName
{
color: #7375D6;
}
</style>
background-color css
<style>
a { background-color: #7375D6; }
a { background-color: rgb(115,117,214); }
div.DivClassName
{
background-color: #7375D6;
}
.BgClassName
{
background-color: #7375D6;
}
</style>
border-color css
<style>
span { border-color: #7375D6; }
span { border-color: rgb(115,117,214); }
td.TdClassName
{
border-color: #7375D6;
}
.TagClassName
{
border-color: #7375D6;
}
</style>