Shades of Moody Blue #7375CD
Tints of Moody Blue #7375CD
RGB
CMYK
RGB Variations
Color information
#7375CD (or 0x7375CD) is known color: Moody Blue. HEX triplet: 73, 75 and CD. RGB value is (115,117,205). Sum of RGB (Red+Green+Blue) = 115+117+205=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #7375CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375CD is #8C8A32. Grayscale: #7E7E7E. Windows color (decimal): -9210419 or 13464947. OLE color: 13464947.
HSL color Cylindrical-coordinate representation of color #7375CD: hue angle of 238.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7375CD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 117 | 205 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.20 |
| HSL | 238.67º | 0.47% | 0.63% | - |
| HSV(B) | 238.67º | 0.44% | 0.8% | - |
| XYZ | 24.45 | 20.78 | 60.48 | - |
| YUV | 126.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 205 | 0.44 | 0.43 | 0 | 0.20 | 238.67 | 0.47 | 0.63 |
| Hex | 73 | 75 | CD | 2C | 2B | 0 | 14 | EF | 2F | 3F |
| Octal | 163 | 165 | 315 | 54 | 53 | 0 | 24 | 357 | 57 | 77 |
| Binary | 1110011 | 1110101 | 11001101 | 101100 | 101011 | 0 | 10100 | 11101111 | 101111 | 111111 |
Color Harmonies of #7375CD
Complementary color
Monochromatic Colors of #7375CD
Black with #7375CD
Text Example
Text Example
White with #7375CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7375CD; }
p { color: rgb(115,117,205); }
H1.HeaderClassName
{
color: #7375CD;
}
.AnyTagClassName
{
color: #7375CD;
}
</style>
background-color css
<style>
a { background-color: #7375CD; }
a { background-color: rgb(115,117,205); }
div.DivClassName
{
background-color: #7375CD;
}
.BgClassName
{
background-color: #7375CD;
}
</style>
border-color css
<style>
span { border-color: #7375CD; }
span { border-color: rgb(115,117,205); }
td.TdClassName
{
border-color: #7375CD;
}
.TagClassName
{
border-color: #7375CD;
}
</style>