Shades of Moody Blue #7875B9
Tints of Moody Blue #7875B9
RGB
CMYK
RGB Variations
Color information
#7875B9 (or 0x7875B9) is known color: Moody Blue. HEX triplet: 78, 75 and B9. RGB value is (120,117,185). Sum of RGB (Red+Green+Blue) = 120+117+185=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #7875B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875B9 is #878A46. Grayscale: #7D7D7D. Windows color (decimal): -8882759 or 12154232. OLE color: 12154232.
HSL color Cylindrical-coordinate representation of color #7875B9: hue angle of 242.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7875B9 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 117 | 185 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.27 |
| HSL | 242.65º | 0.33% | 0.59% | - |
| HSV(B) | 242.65º | 0.37% | 0.73% | - |
| XYZ | 22.86 | 20.22 | 48.6 | - |
| YUV | 125.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 185 | 0.35 | 0.37 | 0 | 0.27 | 242.65 | 0.33 | 0.59 |
| Hex | 78 | 75 | B9 | 23 | 25 | 0 | 1B | F3 | 21 | 3B |
| Octal | 170 | 165 | 271 | 43 | 45 | 0 | 33 | 363 | 41 | 73 |
| Binary | 1111000 | 1110101 | 10111001 | 100011 | 100101 | 0 | 11011 | 11110011 | 100001 | 111011 |
Color Harmonies of #7875B9
Complementary color
Monochromatic Colors of #7875B9
Black with #7875B9
Text Example
Text Example
White with #7875B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875B9; }
p { color: rgb(120,117,185); }
H1.HeaderClassName
{
color: #7875B9;
}
.AnyTagClassName
{
color: #7875B9;
}
</style>
background-color css
<style>
a { background-color: #7875B9; }
a { background-color: rgb(120,117,185); }
div.DivClassName
{
background-color: #7875B9;
}
.BgClassName
{
background-color: #7875B9;
}
</style>
border-color css
<style>
span { border-color: #7875B9; }
span { border-color: rgb(120,117,185); }
td.TdClassName
{
border-color: #7875B9;
}
.TagClassName
{
border-color: #7875B9;
}
</style>