Shades of Moody Blue #7871C2
Tints of Moody Blue #7871C2
RGB
CMYK
RGB Variations
Color information
#7871C2 (or 0x7871C2) is known color: Moody Blue. HEX triplet: 78, 71 and C2. RGB value is (120,113,194). Sum of RGB (Red+Green+Blue) = 120+113+194=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #7871C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7871C2 is #878E3D. Grayscale: #7C7C7C. Windows color (decimal): -8883774 or 12743032. OLE color: 12743032.
HSL color Cylindrical-coordinate representation of color #7871C2: hue angle of 245.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7871C2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 113 | 194 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.24 |
| HSL | 245.19º | 0.4% | 0.6% | - |
| HSV(B) | 245.19º | 0.42% | 0.76% | - |
| XYZ | 23.39 | 19.7 | 53.61 | - |
| YUV | 124.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 194 | 0.38 | 0.42 | 0 | 0.24 | 245.19 | 0.4 | 0.6 |
| Hex | 78 | 71 | C2 | 26 | 2A | 0 | 18 | F5 | 28 | 3C |
| Octal | 170 | 161 | 302 | 46 | 52 | 0 | 30 | 365 | 50 | 74 |
| Binary | 1111000 | 1110001 | 11000010 | 100110 | 101010 | 0 | 11000 | 11110101 | 101000 | 111100 |
Color Harmonies of #7871C2
Complementary color
Monochromatic Colors of #7871C2
Black with #7871C2
Text Example
Text Example
White with #7871C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7871C2; }
p { color: rgb(120,113,194); }
H1.HeaderClassName
{
color: #7871C2;
}
.AnyTagClassName
{
color: #7871C2;
}
</style>
background-color css
<style>
a { background-color: #7871C2; }
a { background-color: rgb(120,113,194); }
div.DivClassName
{
background-color: #7871C2;
}
.BgClassName
{
background-color: #7871C2;
}
</style>
border-color css
<style>
span { border-color: #7871C2; }
span { border-color: rgb(120,113,194); }
td.TdClassName
{
border-color: #7871C2;
}
.TagClassName
{
border-color: #7871C2;
}
</style>