Shades of Moody Blue #8781BD
Tints of Moody Blue #8781BD
RGB
CMYK
RGB Variations
Color information
#8781BD (or 0x8781BD) is known color: Moody Blue. HEX triplet: 87, 81 and BD. RGB value is (135,129,189). Sum of RGB (Red+Green+Blue) = 135+129+189=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #8781BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781BD is #787E42. Grayscale: #898989. Windows color (decimal): -7896643 or 12419463. OLE color: 12419463.
HSL color Cylindrical-coordinate representation of color #8781BD: hue angle of 246º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8781BD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 129 | 189 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.26 |
| HSL | 246º | 0.31% | 0.62% | - |
| HSV(B) | 246º | 0.32% | 0.74% | - |
| XYZ | 27.03 | 24.53 | 51.45 | - |
| YUV | 137.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 189 | 0.29 | 0.32 | 0 | 0.26 | 246 | 0.31 | 0.62 |
| Hex | 87 | 81 | BD | 1D | 20 | 0 | 1A | F6 | 1F | 3E |
| Octal | 207 | 201 | 275 | 35 | 40 | 0 | 32 | 366 | 37 | 76 |
| Binary | 10000111 | 10000001 | 10111101 | 11101 | 100000 | 0 | 11010 | 11110110 | 11111 | 111110 |
Color Harmonies of #8781BD
Complementary color
Monochromatic Colors of #8781BD
Black with #8781BD
Text Example
Text Example
White with #8781BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781BD; }
p { color: rgb(135,129,189); }
H1.HeaderClassName
{
color: #8781BD;
}
.AnyTagClassName
{
color: #8781BD;
}
</style>
background-color css
<style>
a { background-color: #8781BD; }
a { background-color: rgb(135,129,189); }
div.DivClassName
{
background-color: #8781BD;
}
.BgClassName
{
background-color: #8781BD;
}
</style>
border-color css
<style>
span { border-color: #8781BD; }
span { border-color: rgb(135,129,189); }
td.TdClassName
{
border-color: #8781BD;
}
.TagClassName
{
border-color: #8781BD;
}
</style>