Shades of Moody Blue #7371CB
Tints of Moody Blue #7371CB
RGB
CMYK
RGB Variations
Color information
#7371CB (or 0x7371CB) is known color: Moody Blue. HEX triplet: 73, 71 and CB. RGB value is (115,113,203). Sum of RGB (Red+Green+Blue) = 115+113+203=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #7371CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371CB is #8C8E34. Grayscale: #7B7B7B. Windows color (decimal): -9211445 or 13332851. OLE color: 13332851.
HSL color Cylindrical-coordinate representation of color #7371CB: hue angle of 241.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7371CB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 113 | 203 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.20 |
| HSL | 241.33º | 0.46% | 0.62% | - |
| HSV(B) | 241.33º | 0.44% | 0.8% | - |
| XYZ | 23.75 | 19.77 | 59.06 | - |
| YUV | 123.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 203 | 0.43 | 0.44 | 0 | 0.20 | 241.33 | 0.46 | 0.62 |
| Hex | 73 | 71 | CB | 2B | 2C | 0 | 14 | F1 | 2E | 3E |
| Octal | 163 | 161 | 313 | 53 | 54 | 0 | 24 | 361 | 56 | 76 |
| Binary | 1110011 | 1110001 | 11001011 | 101011 | 101100 | 0 | 10100 | 11110001 | 101110 | 111110 |
Color Harmonies of #7371CB
Complementary color
Monochromatic Colors of #7371CB
Black with #7371CB
Text Example
Text Example
White with #7371CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7371CB; }
p { color: rgb(115,113,203); }
H1.HeaderClassName
{
color: #7371CB;
}
.AnyTagClassName
{
color: #7371CB;
}
</style>
background-color css
<style>
a { background-color: #7371CB; }
a { background-color: rgb(115,113,203); }
div.DivClassName
{
background-color: #7371CB;
}
.BgClassName
{
background-color: #7371CB;
}
</style>
border-color css
<style>
span { border-color: #7371CB; }
span { border-color: rgb(115,113,203); }
td.TdClassName
{
border-color: #7371CB;
}
.TagClassName
{
border-color: #7371CB;
}
</style>