Shades of Moody Blue #8882BD
Tints of Moody Blue #8882BD
RGB
CMYK
RGB Variations
Color information
#8882BD (or 0x8882BD) is known color: Moody Blue. HEX triplet: 88, 82 and BD. RGB value is (136,130,189). Sum of RGB (Red+Green+Blue) = 136+130+189=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #8882BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882BD is #777D42. Grayscale: #8A8A8A. Windows color (decimal): -7830851 or 12419720. OLE color: 12419720.
HSL color Cylindrical-coordinate representation of color #8882BD: hue angle of 246.1º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8882BD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 130 | 189 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.26 |
| HSL | 246.1º | 0.31% | 0.63% | - |
| HSV(B) | 246.1º | 0.31% | 0.74% | - |
| XYZ | 27.32 | 24.87 | 51.51 | - |
| YUV | 138.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 189 | 0.28 | 0.31 | 0 | 0.26 | 246.1 | 0.31 | 0.63 |
| Hex | 88 | 82 | BD | 1C | 1F | 0 | 1A | F6 | 1F | 3F |
| Octal | 210 | 202 | 275 | 34 | 37 | 0 | 32 | 366 | 37 | 77 |
| Binary | 10001000 | 10000010 | 10111101 | 11100 | 11111 | 0 | 11010 | 11110110 | 11111 | 111111 |
Color Harmonies of #8882BD
Complementary color
Monochromatic Colors of #8882BD
Black with #8882BD
Text Example
Text Example
White with #8882BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882BD; }
p { color: rgb(136,130,189); }
H1.HeaderClassName
{
color: #8882BD;
}
.AnyTagClassName
{
color: #8882BD;
}
</style>
background-color css
<style>
a { background-color: #8882BD; }
a { background-color: rgb(136,130,189); }
div.DivClassName
{
background-color: #8882BD;
}
.BgClassName
{
background-color: #8882BD;
}
</style>
border-color css
<style>
span { border-color: #8882BD; }
span { border-color: rgb(136,130,189); }
td.TdClassName
{
border-color: #8882BD;
}
.TagClassName
{
border-color: #8882BD;
}
</style>