Shades of Moody Blue #7871B3
Tints of Moody Blue #7871B3
RGB
CMYK
RGB Variations
Color information
#7871B3 (or 0x7871B3) is known color: Moody Blue. HEX triplet: 78, 71 and B3. RGB value is (120,113,179). Sum of RGB (Red+Green+Blue) = 120+113+179=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 179 - color contains mainly: blue. Hex color #7871B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7871B3 is #878E4C. Grayscale: #7A7A7A. Windows color (decimal): -8883789 or 11759992. OLE color: 11759992.
HSL color Cylindrical-coordinate representation of color #7871B3: hue angle of 246.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7871B3 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 113 | 179 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.30 |
| HSL | 246.36º | 0.3% | 0.57% | - |
| HSV(B) | 246.36º | 0.37% | 0.7% | - |
| XYZ | 21.79 | 19.06 | 45.18 | - |
| YUV | 122.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 179 | 0.33 | 0.37 | 0 | 0.30 | 246.36 | 0.3 | 0.57 |
| Hex | 78 | 71 | B3 | 21 | 25 | 0 | 1E | F6 | 1E | 39 |
| Octal | 170 | 161 | 263 | 41 | 45 | 0 | 36 | 366 | 36 | 71 |
| Binary | 1111000 | 1110001 | 10110011 | 100001 | 100101 | 0 | 11110 | 11110110 | 11110 | 111001 |
Color Harmonies of #7871B3
Complementary color
Monochromatic Colors of #7871B3
Black with #7871B3
Text Example
Text Example
White with #7871B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7871B3; }
p { color: rgb(120,113,179); }
H1.HeaderClassName
{
color: #7871B3;
}
.AnyTagClassName
{
color: #7871B3;
}
</style>
background-color css
<style>
a { background-color: #7871B3; }
a { background-color: rgb(120,113,179); }
div.DivClassName
{
background-color: #7871B3;
}
.BgClassName
{
background-color: #7871B3;
}
</style>
border-color css
<style>
span { border-color: #7871B3; }
span { border-color: rgb(120,113,179); }
td.TdClassName
{
border-color: #7871B3;
}
.TagClassName
{
border-color: #7871B3;
}
</style>