Shades of Moody Blue #7877BF
Tints of Moody Blue #7877BF
RGB
CMYK
RGB Variations
Color information
#7877BF (or 0x7877BF) is known color: Moody Blue. HEX triplet: 78, 77 and BF. RGB value is (120,119,191). Sum of RGB (Red+Green+Blue) = 120+119+191=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #7877BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7877BF is #878840. Grayscale: #7F7F7F. Windows color (decimal): -8882241 or 12547960. OLE color: 12547960.
HSL color Cylindrical-coordinate representation of color #7877BF: hue angle of 240.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7877BF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 119 | 191 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.25 |
| HSL | 240.83º | 0.36% | 0.61% | - |
| HSV(B) | 240.83º | 0.38% | 0.75% | - |
| XYZ | 23.75 | 20.95 | 52.08 | - |
| YUV | 127.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 191 | 0.37 | 0.38 | 0 | 0.25 | 240.83 | 0.36 | 0.61 |
| Hex | 78 | 77 | BF | 25 | 26 | 0 | 19 | F1 | 24 | 3D |
| Octal | 170 | 167 | 277 | 45 | 46 | 0 | 31 | 361 | 44 | 75 |
| Binary | 1111000 | 1110111 | 10111111 | 100101 | 100110 | 0 | 11001 | 11110001 | 100100 | 111101 |
Color Harmonies of #7877BF
Complementary color
Monochromatic Colors of #7877BF
Black with #7877BF
Text Example
Text Example
White with #7877BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7877BF; }
p { color: rgb(120,119,191); }
H1.HeaderClassName
{
color: #7877BF;
}
.AnyTagClassName
{
color: #7877BF;
}
</style>
background-color css
<style>
a { background-color: #7877BF; }
a { background-color: rgb(120,119,191); }
div.DivClassName
{
background-color: #7877BF;
}
.BgClassName
{
background-color: #7877BF;
}
</style>
border-color css
<style>
span { border-color: #7877BF; }
span { border-color: rgb(120,119,191); }
td.TdClassName
{
border-color: #7877BF;
}
.TagClassName
{
border-color: #7877BF;
}
</style>