Shades of Moody Blue #8781C0
Tints of Moody Blue #8781C0
RGB
CMYK
RGB Variations
Color information
#8781C0 (or 0x8781C0) is known color: Moody Blue. HEX triplet: 87, 81 and C0. RGB value is (135,129,192). Sum of RGB (Red+Green+Blue) = 135+129+192=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #8781C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781C0 is #787E3F. Grayscale: #898989. Windows color (decimal): -7896640 or 12616071. OLE color: 12616071.
HSL color Cylindrical-coordinate representation of color #8781C0: hue angle of 245.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8781C0 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 129 | 192 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.25 |
| HSL | 245.71º | 0.33% | 0.63% | - |
| HSV(B) | 245.71º | 0.33% | 0.75% | - |
| XYZ | 27.36 | 24.66 | 53.19 | - |
| YUV | 137.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 192 | 0.30 | 0.33 | 0 | 0.25 | 245.71 | 0.33 | 0.63 |
| Hex | 87 | 81 | C0 | 1E | 21 | 0 | 19 | F6 | 21 | 3F |
| Octal | 207 | 201 | 300 | 36 | 41 | 0 | 31 | 366 | 41 | 77 |
| Binary | 10000111 | 10000001 | 11000000 | 11110 | 100001 | 0 | 11001 | 11110110 | 100001 | 111111 |
Color Harmonies of #8781C0
Complementary color
Monochromatic Colors of #8781C0
Black with #8781C0
Text Example
Text Example
White with #8781C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781C0; }
p { color: rgb(135,129,192); }
H1.HeaderClassName
{
color: #8781C0;
}
.AnyTagClassName
{
color: #8781C0;
}
</style>
background-color css
<style>
a { background-color: #8781C0; }
a { background-color: rgb(135,129,192); }
div.DivClassName
{
background-color: #8781C0;
}
.BgClassName
{
background-color: #8781C0;
}
</style>
border-color css
<style>
span { border-color: #8781C0; }
span { border-color: rgb(135,129,192); }
td.TdClassName
{
border-color: #8781C0;
}
.TagClassName
{
border-color: #8781C0;
}
</style>