Shades of Moody Blue #8882BF
Tints of Moody Blue #8882BF
RGB
CMYK
RGB Variations
Color information
#8882BF (or 0x8882BF) is known color: Moody Blue. HEX triplet: 88, 82 and BF. RGB value is (136,130,191). Sum of RGB (Red+Green+Blue) = 136+130+191=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8882BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882BF is #777D40. Grayscale: #8A8A8A. Windows color (decimal): -7830849 or 12550792. OLE color: 12550792.
HSL color Cylindrical-coordinate representation of color #8882BF: hue angle of 245.9º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8882BF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 130 | 191 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.25 |
| HSL | 245.9º | 0.32% | 0.63% | - |
| HSV(B) | 245.9º | 0.32% | 0.75% | - |
| XYZ | 27.54 | 24.96 | 52.66 | - |
| YUV | 138.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 191 | 0.29 | 0.32 | 0 | 0.25 | 245.9 | 0.32 | 0.63 |
| Hex | 88 | 82 | BF | 1D | 20 | 0 | 19 | F6 | 20 | 3F |
| Octal | 210 | 202 | 277 | 35 | 40 | 0 | 31 | 366 | 40 | 77 |
| Binary | 10001000 | 10000010 | 10111111 | 11101 | 100000 | 0 | 11001 | 11110110 | 100000 | 111111 |
Color Harmonies of #8882BF
Complementary color
Monochromatic Colors of #8882BF
Black with #8882BF
Text Example
Text Example
White with #8882BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882BF; }
p { color: rgb(136,130,191); }
H1.HeaderClassName
{
color: #8882BF;
}
.AnyTagClassName
{
color: #8882BF;
}
</style>
background-color css
<style>
a { background-color: #8882BF; }
a { background-color: rgb(136,130,191); }
div.DivClassName
{
background-color: #8882BF;
}
.BgClassName
{
background-color: #8882BF;
}
</style>
border-color css
<style>
span { border-color: #8882BF; }
span { border-color: rgb(136,130,191); }
td.TdClassName
{
border-color: #8882BF;
}
.TagClassName
{
border-color: #8882BF;
}
</style>