Shades of Moody Blue #8778BF
Tints of Moody Blue #8778BF
RGB
CMYK
RGB Variations
Color information
#8778BF (or 0x8778BF) is known color: Moody Blue. HEX triplet: 87, 78 and BF. RGB value is (135,120,191). Sum of RGB (Red+Green+Blue) = 135+120+191=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #8778BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778BF is #788740. Grayscale: #848484. Windows color (decimal): -7898945 or 12548231. OLE color: 12548231.
HSL color Cylindrical-coordinate representation of color #8778BF: hue angle of 252.68º degrees, saturation: 0.36, 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 #8778BF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 120 | 191 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.25 |
| HSL | 252.68º | 0.36% | 0.61% | - |
| HSV(B) | 252.68º | 0.37% | 0.75% | - |
| XYZ | 26.11 | 22.35 | 52.23 | - |
| YUV | 132.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 191 | 0.29 | 0.37 | 0 | 0.25 | 252.68 | 0.36 | 0.61 |
| Hex | 87 | 78 | BF | 1D | 25 | 0 | 19 | FD | 24 | 3D |
| Octal | 207 | 170 | 277 | 35 | 45 | 0 | 31 | 375 | 44 | 75 |
| Binary | 10000111 | 1111000 | 10111111 | 11101 | 100101 | 0 | 11001 | 11111101 | 100100 | 111101 |
Color Harmonies of #8778BF
Complementary color
Monochromatic Colors of #8778BF
Black with #8778BF
Text Example
Text Example
White with #8778BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778BF; }
p { color: rgb(135,120,191); }
H1.HeaderClassName
{
color: #8778BF;
}
.AnyTagClassName
{
color: #8778BF;
}
</style>
background-color css
<style>
a { background-color: #8778BF; }
a { background-color: rgb(135,120,191); }
div.DivClassName
{
background-color: #8778BF;
}
.BgClassName
{
background-color: #8778BF;
}
</style>
border-color css
<style>
span { border-color: #8778BF; }
span { border-color: rgb(135,120,191); }
td.TdClassName
{
border-color: #8778BF;
}
.TagClassName
{
border-color: #8778BF;
}
</style>