Shades of Moody Blue #8781BE
Tints of Moody Blue #8781BE
RGB
CMYK
RGB Variations
Color information
#8781BE (or 0x8781BE) is known color: Moody Blue. HEX triplet: 87, 81 and BE. RGB value is (135,129,190). Sum of RGB (Red+Green+Blue) = 135+129+190=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8781BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781BE is #787E41. Grayscale: #898989. Windows color (decimal): -7896642 or 12484999. OLE color: 12484999.
HSL color Cylindrical-coordinate representation of color #8781BE: hue angle of 245.9º 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 #8781BE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 129 | 190 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.25 |
| HSL | 245.9º | 0.32% | 0.63% | - |
| HSV(B) | 245.9º | 0.32% | 0.75% | - |
| XYZ | 27.14 | 24.57 | 52.03 | - |
| YUV | 137.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 190 | 0.29 | 0.32 | 0 | 0.25 | 245.9 | 0.32 | 0.63 |
| Hex | 87 | 81 | BE | 1D | 20 | 0 | 19 | F6 | 20 | 3F |
| Octal | 207 | 201 | 276 | 35 | 40 | 0 | 31 | 366 | 40 | 77 |
| Binary | 10000111 | 10000001 | 10111110 | 11101 | 100000 | 0 | 11001 | 11110110 | 100000 | 111111 |
Color Harmonies of #8781BE
Complementary color
Monochromatic Colors of #8781BE
Black with #8781BE
Text Example
Text Example
White with #8781BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781BE; }
p { color: rgb(135,129,190); }
H1.HeaderClassName
{
color: #8781BE;
}
.AnyTagClassName
{
color: #8781BE;
}
</style>
background-color css
<style>
a { background-color: #8781BE; }
a { background-color: rgb(135,129,190); }
div.DivClassName
{
background-color: #8781BE;
}
.BgClassName
{
background-color: #8781BE;
}
</style>
border-color css
<style>
span { border-color: #8781BE; }
span { border-color: rgb(135,129,190); }
td.TdClassName
{
border-color: #8781BE;
}
.TagClassName
{
border-color: #8781BE;
}
</style>