Shades of Moody Blue #7875B7
Tints of Moody Blue #7875B7
RGB
CMYK
RGB Variations
Color information
#7875B7 (or 0x7875B7) is known color: Moody Blue. HEX triplet: 78, 75 and B7. RGB value is (120,117,183). Sum of RGB (Red+Green+Blue) = 120+117+183=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #7875B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875B7 is #878A48. Grayscale: #7D7D7D. Windows color (decimal): -8882761 or 12023160. OLE color: 12023160.
HSL color Cylindrical-coordinate representation of color #7875B7: hue angle of 242.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7875B7 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 117 | 183 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.28 |
| HSL | 242.73º | 0.31% | 0.59% | - |
| HSV(B) | 242.73º | 0.36% | 0.72% | - |
| XYZ | 22.65 | 20.13 | 47.49 | - |
| YUV | 125.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 183 | 0.34 | 0.36 | 0 | 0.28 | 242.73 | 0.31 | 0.59 |
| Hex | 78 | 75 | B7 | 22 | 24 | 0 | 1C | F3 | 1F | 3B |
| Octal | 170 | 165 | 267 | 42 | 44 | 0 | 34 | 363 | 37 | 73 |
| Binary | 1111000 | 1110101 | 10110111 | 100010 | 100100 | 0 | 11100 | 11110011 | 11111 | 111011 |
Color Harmonies of #7875B7
Complementary color
Monochromatic Colors of #7875B7
Black with #7875B7
Text Example
Text Example
White with #7875B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875B7; }
p { color: rgb(120,117,183); }
H1.HeaderClassName
{
color: #7875B7;
}
.AnyTagClassName
{
color: #7875B7;
}
</style>
background-color css
<style>
a { background-color: #7875B7; }
a { background-color: rgb(120,117,183); }
div.DivClassName
{
background-color: #7875B7;
}
.BgClassName
{
background-color: #7875B7;
}
</style>
border-color css
<style>
span { border-color: #7875B7; }
span { border-color: rgb(120,117,183); }
td.TdClassName
{
border-color: #7875B7;
}
.TagClassName
{
border-color: #7875B7;
}
</style>