Shades of Moody Blue #8781BF
Tints of Moody Blue #8781BF
RGB
CMYK
RGB Variations
Color information
#8781BF (or 0x8781BF) is known color: Moody Blue. HEX triplet: 87, 81 and BF. RGB value is (135,129,191). Sum of RGB (Red+Green+Blue) = 135+129+191=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #8781BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781BF is #787E40. Grayscale: #898989. Windows color (decimal): -7896641 or 12550535. OLE color: 12550535.
HSL color Cylindrical-coordinate representation of color #8781BF: hue angle of 245.81º degrees, saturation: 0.33, 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 #8781BF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 129 | 191 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.25 |
| HSL | 245.81º | 0.33% | 0.63% | - |
| HSV(B) | 245.81º | 0.32% | 0.75% | - |
| XYZ | 27.25 | 24.61 | 52.6 | - |
| YUV | 137.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 191 | 0.29 | 0.32 | 0 | 0.25 | 245.81 | 0.33 | 0.63 |
| Hex | 87 | 81 | BF | 1D | 20 | 0 | 19 | F6 | 21 | 3F |
| Octal | 207 | 201 | 277 | 35 | 40 | 0 | 31 | 366 | 41 | 77 |
| Binary | 10000111 | 10000001 | 10111111 | 11101 | 100000 | 0 | 11001 | 11110110 | 100001 | 111111 |
Color Harmonies of #8781BF
Complementary color
Monochromatic Colors of #8781BF
Black with #8781BF
Text Example
Text Example
White with #8781BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781BF; }
p { color: rgb(135,129,191); }
H1.HeaderClassName
{
color: #8781BF;
}
.AnyTagClassName
{
color: #8781BF;
}
</style>
background-color css
<style>
a { background-color: #8781BF; }
a { background-color: rgb(135,129,191); }
div.DivClassName
{
background-color: #8781BF;
}
.BgClassName
{
background-color: #8781BF;
}
</style>
border-color css
<style>
span { border-color: #8781BF; }
span { border-color: rgb(135,129,191); }
td.TdClassName
{
border-color: #8781BF;
}
.TagClassName
{
border-color: #8781BF;
}
</style>