Shades of Moody Blue #8778BE
Tints of Moody Blue #8778BE
RGB
CMYK
RGB Variations
Color information
#8778BE (or 0x8778BE) is known color: Moody Blue. HEX triplet: 87, 78 and BE. RGB value is (135,120,190). Sum of RGB (Red+Green+Blue) = 135+120+190=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #8778BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778BE is #788741. Grayscale: #848484. Windows color (decimal): -7898946 or 12482695. OLE color: 12482695.
HSL color Cylindrical-coordinate representation of color #8778BE: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8778BE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 120 | 190 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.25 |
| HSL | 252.86º | 0.35% | 0.61% | - |
| HSV(B) | 252.86º | 0.37% | 0.75% | - |
| XYZ | 26 | 22.3 | 51.65 | - |
| YUV | 132.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 190 | 0.29 | 0.37 | 0 | 0.25 | 252.86 | 0.35 | 0.61 |
| Hex | 87 | 78 | BE | 1D | 25 | 0 | 19 | FD | 23 | 3D |
| Octal | 207 | 170 | 276 | 35 | 45 | 0 | 31 | 375 | 43 | 75 |
| Binary | 10000111 | 1111000 | 10111110 | 11101 | 100101 | 0 | 11001 | 11111101 | 100011 | 111101 |
Color Harmonies of #8778BE
Complementary color
Monochromatic Colors of #8778BE
Black with #8778BE
Text Example
Text Example
White with #8778BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778BE; }
p { color: rgb(135,120,190); }
H1.HeaderClassName
{
color: #8778BE;
}
.AnyTagClassName
{
color: #8778BE;
}
</style>
background-color css
<style>
a { background-color: #8778BE; }
a { background-color: rgb(135,120,190); }
div.DivClassName
{
background-color: #8778BE;
}
.BgClassName
{
background-color: #8778BE;
}
</style>
border-color css
<style>
span { border-color: #8778BE; }
span { border-color: rgb(135,120,190); }
td.TdClassName
{
border-color: #8778BE;
}
.TagClassName
{
border-color: #8778BE;
}
</style>