Shades of Moody Blue #8781B4
Tints of Moody Blue #8781B4
RGB
CMYK
RGB Variations
Color information
#8781B4 (or 0x8781B4) is known color: Moody Blue. HEX triplet: 87, 81 and B4. RGB value is (135,129,180). Sum of RGB (Red+Green+Blue) = 135+129+180=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #8781B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781B4 is #787E4B. Grayscale: #888888. Windows color (decimal): -7896652 or 11829639. OLE color: 11829639.
HSL color Cylindrical-coordinate representation of color #8781B4: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8781B4 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 129 | 180 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.29 |
| HSL | 247.06º | 0.25% | 0.61% | - |
| HSV(B) | 247.06º | 0.28% | 0.71% | - |
| XYZ | 26.08 | 24.15 | 46.47 | - |
| YUV | 136.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 180 | 0.25 | 0.28 | 0 | 0.29 | 247.06 | 0.25 | 0.61 |
| Hex | 87 | 81 | B4 | 19 | 1C | 0 | 1D | F7 | 19 | 3D |
| Octal | 207 | 201 | 264 | 31 | 34 | 0 | 35 | 367 | 31 | 75 |
| Binary | 10000111 | 10000001 | 10110100 | 11001 | 11100 | 0 | 11101 | 11110111 | 11001 | 111101 |
Color Harmonies of #8781B4
Complementary color
Monochromatic Colors of #8781B4
Black with #8781B4
Text Example
Text Example
White with #8781B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781B4; }
p { color: rgb(135,129,180); }
H1.HeaderClassName
{
color: #8781B4;
}
.AnyTagClassName
{
color: #8781B4;
}
</style>
background-color css
<style>
a { background-color: #8781B4; }
a { background-color: rgb(135,129,180); }
div.DivClassName
{
background-color: #8781B4;
}
.BgClassName
{
background-color: #8781B4;
}
</style>
border-color css
<style>
span { border-color: #8781B4; }
span { border-color: rgb(135,129,180); }
td.TdClassName
{
border-color: #8781B4;
}
.TagClassName
{
border-color: #8781B4;
}
</style>