Shades of Moody Blue #8781BB
Tints of Moody Blue #8781BB
RGB
CMYK
RGB Variations
Color information
#8781BB (or 0x8781BB) is known color: Moody Blue. HEX triplet: 87, 81 and BB. RGB value is (135,129,187). Sum of RGB (Red+Green+Blue) = 135+129+187=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8781BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781BB is #787E44. Grayscale: #898989. Windows color (decimal): -7896645 or 12288391. OLE color: 12288391.
HSL color Cylindrical-coordinate representation of color #8781BB: hue angle of 246.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8781BB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 129 | 187 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.27 |
| HSL | 246.21º | 0.3% | 0.62% | - |
| HSV(B) | 246.21º | 0.31% | 0.73% | - |
| XYZ | 26.81 | 24.44 | 50.32 | - |
| YUV | 137.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 187 | 0.28 | 0.31 | 0 | 0.27 | 246.21 | 0.3 | 0.62 |
| Hex | 87 | 81 | BB | 1C | 1F | 0 | 1B | F6 | 1E | 3E |
| Octal | 207 | 201 | 273 | 34 | 37 | 0 | 33 | 366 | 36 | 76 |
| Binary | 10000111 | 10000001 | 10111011 | 11100 | 11111 | 0 | 11011 | 11110110 | 11110 | 111110 |
Color Harmonies of #8781BB
Complementary color
Monochromatic Colors of #8781BB
Black with #8781BB
Text Example
Text Example
White with #8781BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781BB; }
p { color: rgb(135,129,187); }
H1.HeaderClassName
{
color: #8781BB;
}
.AnyTagClassName
{
color: #8781BB;
}
</style>
background-color css
<style>
a { background-color: #8781BB; }
a { background-color: rgb(135,129,187); }
div.DivClassName
{
background-color: #8781BB;
}
.BgClassName
{
background-color: #8781BB;
}
</style>
border-color css
<style>
span { border-color: #8781BB; }
span { border-color: rgb(135,129,187); }
td.TdClassName
{
border-color: #8781BB;
}
.TagClassName
{
border-color: #8781BB;
}
</style>