Shades of Moody Blue #8778C2
Tints of Moody Blue #8778C2
RGB
CMYK
RGB Variations
Color information
#8778C2 (or 0x8778C2) is known color: Moody Blue. HEX triplet: 87, 78 and C2. RGB value is (135,120,194). Sum of RGB (Red+Green+Blue) = 135+120+194=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #8778C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778C2 is #78873D. Grayscale: #848484. Windows color (decimal): -7898942 or 12744839. OLE color: 12744839.
HSL color Cylindrical-coordinate representation of color #8778C2: hue angle of 252.16º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8778C2 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 120 | 194 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.24 |
| HSL | 252.16º | 0.38% | 0.62% | - |
| HSV(B) | 252.16º | 0.38% | 0.76% | - |
| XYZ | 26.45 | 22.48 | 53.98 | - |
| YUV | 132.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 194 | 0.30 | 0.38 | 0 | 0.24 | 252.16 | 0.38 | 0.62 |
| Hex | 87 | 78 | C2 | 1E | 26 | 0 | 18 | FC | 26 | 3E |
| Octal | 207 | 170 | 302 | 36 | 46 | 0 | 30 | 374 | 46 | 76 |
| Binary | 10000111 | 1111000 | 11000010 | 11110 | 100110 | 0 | 11000 | 11111100 | 100110 | 111110 |
Color Harmonies of #8778C2
Complementary color
Monochromatic Colors of #8778C2
Black with #8778C2
Text Example
Text Example
White with #8778C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778C2; }
p { color: rgb(135,120,194); }
H1.HeaderClassName
{
color: #8778C2;
}
.AnyTagClassName
{
color: #8778C2;
}
</style>
background-color css
<style>
a { background-color: #8778C2; }
a { background-color: rgb(135,120,194); }
div.DivClassName
{
background-color: #8778C2;
}
.BgClassName
{
background-color: #8778C2;
}
</style>
border-color css
<style>
span { border-color: #8778C2; }
span { border-color: rgb(135,120,194); }
td.TdClassName
{
border-color: #8778C2;
}
.TagClassName
{
border-color: #8778C2;
}
</style>