Shades of Moody Blue #7875BC
Tints of Moody Blue #7875BC
RGB
CMYK
RGB Variations
Color information
#7875BC (or 0x7875BC) is known color: Moody Blue. HEX triplet: 78, 75 and BC. RGB value is (120,117,188). Sum of RGB (Red+Green+Blue) = 120+117+188=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #7875BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875BC is #878A43. Grayscale: #7D7D7D. Windows color (decimal): -8882756 or 12350840. OLE color: 12350840.
HSL color Cylindrical-coordinate representation of color #7875BC: hue angle of 242.54º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7875BC is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 117 | 188 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.26 |
| HSL | 242.54º | 0.35% | 0.6% | - |
| HSV(B) | 242.54º | 0.38% | 0.74% | - |
| XYZ | 23.18 | 20.35 | 50.28 | - |
| YUV | 125.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 188 | 0.36 | 0.38 | 0 | 0.26 | 242.54 | 0.35 | 0.6 |
| Hex | 78 | 75 | BC | 24 | 26 | 0 | 1A | F3 | 23 | 3C |
| Octal | 170 | 165 | 274 | 44 | 46 | 0 | 32 | 363 | 43 | 74 |
| Binary | 1111000 | 1110101 | 10111100 | 100100 | 100110 | 0 | 11010 | 11110011 | 100011 | 111100 |
Color Harmonies of #7875BC
Complementary color
Monochromatic Colors of #7875BC
Black with #7875BC
Text Example
Text Example
White with #7875BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875BC; }
p { color: rgb(120,117,188); }
H1.HeaderClassName
{
color: #7875BC;
}
.AnyTagClassName
{
color: #7875BC;
}
</style>
background-color css
<style>
a { background-color: #7875BC; }
a { background-color: rgb(120,117,188); }
div.DivClassName
{
background-color: #7875BC;
}
.BgClassName
{
background-color: #7875BC;
}
</style>
border-color css
<style>
span { border-color: #7875BC; }
span { border-color: rgb(120,117,188); }
td.TdClassName
{
border-color: #7875BC;
}
.TagClassName
{
border-color: #7875BC;
}
</style>