Shades of Moody Blue #8881BE
Tints of Moody Blue #8881BE
RGB
CMYK
RGB Variations
Color information
#8881BE (or 0x8881BE) is known color: Moody Blue. HEX triplet: 88, 81 and BE. RGB value is (136,129,190). Sum of RGB (Red+Green+Blue) = 136+129+190=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8881BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881BE is #777E41. Grayscale: #898989. Windows color (decimal): -7831106 or 12485000. OLE color: 12485000.
HSL color Cylindrical-coordinate representation of color #8881BE: hue angle of 246.89º 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 #8881BE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 129 | 190 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.25 |
| HSL | 246.89º | 0.32% | 0.63% | - |
| HSV(B) | 246.89º | 0.32% | 0.75% | - |
| XYZ | 27.3 | 24.65 | 52.03 | - |
| YUV | 138.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 190 | 0.28 | 0.32 | 0 | 0.25 | 246.89 | 0.32 | 0.63 |
| Hex | 88 | 81 | BE | 1C | 20 | 0 | 19 | F7 | 20 | 3F |
| Octal | 210 | 201 | 276 | 34 | 40 | 0 | 31 | 367 | 40 | 77 |
| Binary | 10001000 | 10000001 | 10111110 | 11100 | 100000 | 0 | 11001 | 11110111 | 100000 | 111111 |
Color Harmonies of #8881BE
Complementary color
Monochromatic Colors of #8881BE
Black with #8881BE
Text Example
Text Example
White with #8881BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8881BE; }
p { color: rgb(136,129,190); }
H1.HeaderClassName
{
color: #8881BE;
}
.AnyTagClassName
{
color: #8881BE;
}
</style>
background-color css
<style>
a { background-color: #8881BE; }
a { background-color: rgb(136,129,190); }
div.DivClassName
{
background-color: #8881BE;
}
.BgClassName
{
background-color: #8881BE;
}
</style>
border-color css
<style>
span { border-color: #8881BE; }
span { border-color: rgb(136,129,190); }
td.TdClassName
{
border-color: #8881BE;
}
.TagClassName
{
border-color: #8881BE;
}
</style>