Shades of Moody Blue #8781DA
Tints of Moody Blue #8781DA
RGB
CMYK
RGB Variations
Color information
#8781DA (or 0x8781DA) is known color: Moody Blue. HEX triplet: 87, 81 and DA. RGB value is (135,129,218). Sum of RGB (Red+Green+Blue) = 135+129+218=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8781DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781DA is #787E25. Grayscale: #8C8C8C. Windows color (decimal): -7896614 or 14320007. OLE color: 14320007.
HSL color Cylindrical-coordinate representation of color #8781DA: hue angle of 244.04º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8781DA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 129 | 218 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.15 |
| HSL | 244.04º | 0.55% | 0.68% | - |
| HSV(B) | 244.04º | 0.41% | 0.85% | - |
| XYZ | 30.5 | 25.91 | 69.72 | - |
| YUV | 140.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 218 | 0.38 | 0.41 | 0 | 0.15 | 244.04 | 0.55 | 0.68 |
| Hex | 87 | 81 | DA | 26 | 29 | 0 | F | F4 | 37 | 44 |
| Octal | 207 | 201 | 332 | 46 | 51 | 0 | 17 | 364 | 67 | 104 |
| Binary | 10000111 | 10000001 | 11011010 | 100110 | 101001 | 0 | 1111 | 11110100 | 110111 | 1000100 |
Color Harmonies of #8781DA
Complementary color
Monochromatic Colors of #8781DA
Black with #8781DA
Text Example
Text Example
White with #8781DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781DA; }
p { color: rgb(135,129,218); }
H1.HeaderClassName
{
color: #8781DA;
}
.AnyTagClassName
{
color: #8781DA;
}
</style>
background-color css
<style>
a { background-color: #8781DA; }
a { background-color: rgb(135,129,218); }
div.DivClassName
{
background-color: #8781DA;
}
.BgClassName
{
background-color: #8781DA;
}
</style>
border-color css
<style>
span { border-color: #8781DA; }
span { border-color: rgb(135,129,218); }
td.TdClassName
{
border-color: #8781DA;
}
.TagClassName
{
border-color: #8781DA;
}
</style>