Shades of Moody Blue #8781B6
Tints of Moody Blue #8781B6
RGB
CMYK
RGB Variations
Color information
#8781B6 (or 0x8781B6) is known color: Moody Blue. HEX triplet: 87, 81 and B6. RGB value is (135,129,182). Sum of RGB (Red+Green+Blue) = 135+129+182=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #8781B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781B6 is #787E49. Grayscale: #888888. Windows color (decimal): -7896650 or 11960711. OLE color: 11960711.
HSL color Cylindrical-coordinate representation of color #8781B6: hue angle of 246.79º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8781B6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 129 | 182 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.29 |
| HSL | 246.79º | 0.27% | 0.61% | - |
| HSV(B) | 246.79º | 0.29% | 0.71% | - |
| XYZ | 26.29 | 24.23 | 47.55 | - |
| YUV | 136.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 182 | 0.26 | 0.29 | 0 | 0.29 | 246.79 | 0.27 | 0.61 |
| Hex | 87 | 81 | B6 | 1A | 1D | 0 | 1D | F7 | 1B | 3D |
| Octal | 207 | 201 | 266 | 32 | 35 | 0 | 35 | 367 | 33 | 75 |
| Binary | 10000111 | 10000001 | 10110110 | 11010 | 11101 | 0 | 11101 | 11110111 | 11011 | 111101 |
Color Harmonies of #8781B6
Complementary color
Monochromatic Colors of #8781B6
Black with #8781B6
Text Example
Text Example
White with #8781B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781B6; }
p { color: rgb(135,129,182); }
H1.HeaderClassName
{
color: #8781B6;
}
.AnyTagClassName
{
color: #8781B6;
}
</style>
background-color css
<style>
a { background-color: #8781B6; }
a { background-color: rgb(135,129,182); }
div.DivClassName
{
background-color: #8781B6;
}
.BgClassName
{
background-color: #8781B6;
}
</style>
border-color css
<style>
span { border-color: #8781B6; }
span { border-color: rgb(135,129,182); }
td.TdClassName
{
border-color: #8781B6;
}
.TagClassName
{
border-color: #8781B6;
}
</style>