Shades of Moody Blue #8780DF
Tints of Moody Blue #8780DF
RGB
CMYK
RGB Variations
Color information
#8780DF (or 0x8780DF) is known color: Moody Blue. HEX triplet: 87, 80 and DF. RGB value is (135,128,223). Sum of RGB (Red+Green+Blue) = 135+128+223=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8780DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780DF is #787F20. Grayscale: #8C8C8C. Windows color (decimal): -7896865 or 14647431. OLE color: 14647431.
HSL color Cylindrical-coordinate representation of color #8780DF: hue angle of 244.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8780DF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 128 | 223 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.13 |
| HSL | 244.42º | 0.6% | 0.69% | - |
| HSV(B) | 244.42º | 0.43% | 0.87% | - |
| XYZ | 31.03 | 25.92 | 73.18 | - |
| YUV | 140.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 223 | 0.39 | 0.43 | 0 | 0.13 | 244.42 | 0.6 | 0.69 |
| Hex | 87 | 80 | DF | 27 | 2B | 0 | D | F4 | 3C | 45 |
| Octal | 207 | 200 | 337 | 47 | 53 | 0 | 15 | 364 | 74 | 105 |
| Binary | 10000111 | 10000000 | 11011111 | 100111 | 101011 | 0 | 1101 | 11110100 | 111100 | 1000101 |
Color Harmonies of #8780DF
Complementary color
Monochromatic Colors of #8780DF
Black with #8780DF
Text Example
Text Example
White with #8780DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780DF; }
p { color: rgb(135,128,223); }
H1.HeaderClassName
{
color: #8780DF;
}
.AnyTagClassName
{
color: #8780DF;
}
</style>
background-color css
<style>
a { background-color: #8780DF; }
a { background-color: rgb(135,128,223); }
div.DivClassName
{
background-color: #8780DF;
}
.BgClassName
{
background-color: #8780DF;
}
</style>
border-color css
<style>
span { border-color: #8780DF; }
span { border-color: rgb(135,128,223); }
td.TdClassName
{
border-color: #8780DF;
}
.TagClassName
{
border-color: #8780DF;
}
</style>