Shades of Moody Blue #8879BB
Tints of Moody Blue #8879BB
RGB
CMYK
RGB Variations
Color information
#8879BB (or 0x8879BB) is known color: Moody Blue. HEX triplet: 88, 79 and BB. RGB value is (136,121,187). Sum of RGB (Red+Green+Blue) = 136+121+187=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #8879BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879BB is #778644. Grayscale: #848484. Windows color (decimal): -7833157 or 12286344. OLE color: 12286344.
HSL color Cylindrical-coordinate representation of color #8879BB: hue angle of 253.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8879BB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 121 | 187 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.27 |
| HSL | 253.64º | 0.33% | 0.6% | - |
| HSV(B) | 253.64º | 0.35% | 0.73% | - |
| XYZ | 25.96 | 22.5 | 49.99 | - |
| YUV | 133.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 187 | 0.27 | 0.35 | 0 | 0.27 | 253.64 | 0.33 | 0.6 |
| Hex | 88 | 79 | BB | 1B | 23 | 0 | 1B | FE | 21 | 3C |
| Octal | 210 | 171 | 273 | 33 | 43 | 0 | 33 | 376 | 41 | 74 |
| Binary | 10001000 | 1111001 | 10111011 | 11011 | 100011 | 0 | 11011 | 11111110 | 100001 | 111100 |
Color Harmonies of #8879BB
Complementary color
Monochromatic Colors of #8879BB
Black with #8879BB
Text Example
Text Example
White with #8879BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879BB; }
p { color: rgb(136,121,187); }
H1.HeaderClassName
{
color: #8879BB;
}
.AnyTagClassName
{
color: #8879BB;
}
</style>
background-color css
<style>
a { background-color: #8879BB; }
a { background-color: rgb(136,121,187); }
div.DivClassName
{
background-color: #8879BB;
}
.BgClassName
{
background-color: #8879BB;
}
</style>
border-color css
<style>
span { border-color: #8879BB; }
span { border-color: rgb(136,121,187); }
td.TdClassName
{
border-color: #8879BB;
}
.TagClassName
{
border-color: #8879BB;
}
</style>