Shades of Moody Blue #8884B3
Tints of Moody Blue #8884B3
RGB
CMYK
RGB Variations
Color information
#8884B3 (or 0x8884B3) is known color: Moody Blue. HEX triplet: 88, 84 and B3. RGB value is (136,132,179). Sum of RGB (Red+Green+Blue) = 136+132+179=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #8884B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884B3 is #777B4C. Grayscale: #8A8A8A. Windows color (decimal): -7830349 or 11764872. OLE color: 11764872.
HSL color Cylindrical-coordinate representation of color #8884B3: hue angle of 245.11º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8884B3 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 132 | 179 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.30 |
| HSL | 245.11º | 0.24% | 0.61% | - |
| HSV(B) | 245.11º | 0.26% | 0.7% | - |
| XYZ | 26.54 | 24.99 | 46.07 | - |
| YUV | 138.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 179 | 0.24 | 0.26 | 0 | 0.30 | 245.11 | 0.24 | 0.61 |
| Hex | 88 | 84 | B3 | 18 | 1A | 0 | 1E | F5 | 18 | 3D |
| Octal | 210 | 204 | 263 | 30 | 32 | 0 | 36 | 365 | 30 | 75 |
| Binary | 10001000 | 10000100 | 10110011 | 11000 | 11010 | 0 | 11110 | 11110101 | 11000 | 111101 |
Color Harmonies of #8884B3
Complementary color
Monochromatic Colors of #8884B3
Black with #8884B3
Text Example
Text Example
White with #8884B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884B3; }
p { color: rgb(136,132,179); }
H1.HeaderClassName
{
color: #8884B3;
}
.AnyTagClassName
{
color: #8884B3;
}
</style>
background-color css
<style>
a { background-color: #8884B3; }
a { background-color: rgb(136,132,179); }
div.DivClassName
{
background-color: #8884B3;
}
.BgClassName
{
background-color: #8884B3;
}
</style>
border-color css
<style>
span { border-color: #8884B3; }
span { border-color: rgb(136,132,179); }
td.TdClassName
{
border-color: #8884B3;
}
.TagClassName
{
border-color: #8884B3;
}
</style>