Shades of Moody Blue #8781DB
Tints of Moody Blue #8781DB
RGB
CMYK
RGB Variations
Color information
#8781DB (or 0x8781DB) is known color: Moody Blue. HEX triplet: 87, 81 and DB. RGB value is (135,129,219). Sum of RGB (Red+Green+Blue) = 135+129+219=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8781DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781DB is #787E24. Grayscale: #8C8C8C. Windows color (decimal): -7896613 or 14385543. OLE color: 14385543.
HSL color Cylindrical-coordinate representation of color #8781DB: hue angle of 244º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8781DB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 129 | 219 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.14 |
| HSL | 244º | 0.56% | 0.68% | - |
| HSV(B) | 244º | 0.41% | 0.86% | - |
| XYZ | 30.63 | 25.97 | 70.42 | - |
| YUV | 141.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 219 | 0.38 | 0.41 | 0 | 0.14 | 244 | 0.56 | 0.68 |
| Hex | 87 | 81 | DB | 26 | 29 | 0 | E | F4 | 38 | 44 |
| Octal | 207 | 201 | 333 | 46 | 51 | 0 | 16 | 364 | 70 | 104 |
| Binary | 10000111 | 10000001 | 11011011 | 100110 | 101001 | 0 | 1110 | 11110100 | 111000 | 1000100 |
Color Harmonies of #8781DB
Complementary color
Monochromatic Colors of #8781DB
Black with #8781DB
Text Example
Text Example
White with #8781DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781DB; }
p { color: rgb(135,129,219); }
H1.HeaderClassName
{
color: #8781DB;
}
.AnyTagClassName
{
color: #8781DB;
}
</style>
background-color css
<style>
a { background-color: #8781DB; }
a { background-color: rgb(135,129,219); }
div.DivClassName
{
background-color: #8781DB;
}
.BgClassName
{
background-color: #8781DB;
}
</style>
border-color css
<style>
span { border-color: #8781DB; }
span { border-color: rgb(135,129,219); }
td.TdClassName
{
border-color: #8781DB;
}
.TagClassName
{
border-color: #8781DB;
}
</style>