Shades of Moody Blue #8780D2
Tints of Moody Blue #8780D2
RGB
CMYK
RGB Variations
Color information
#8780D2 (or 0x8780D2) is known color: Moody Blue. HEX triplet: 87, 80 and D2. RGB value is (135,128,210). Sum of RGB (Red+Green+Blue) = 135+128+210=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #8780D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780D2 is #787F2D. Grayscale: #8B8B8B. Windows color (decimal): -7896878 or 13795463. OLE color: 13795463.
HSL color Cylindrical-coordinate representation of color #8780D2: hue angle of 245.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8780D2 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 128 | 210 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.18 |
| HSL | 245.12º | 0.48% | 0.66% | - |
| HSV(B) | 245.12º | 0.39% | 0.82% | - |
| XYZ | 29.34 | 25.24 | 64.3 | - |
| YUV | 139.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 210 | 0.36 | 0.39 | 0 | 0.18 | 245.12 | 0.48 | 0.66 |
| Hex | 87 | 80 | D2 | 24 | 27 | 0 | 12 | F5 | 30 | 42 |
| Octal | 207 | 200 | 322 | 44 | 47 | 0 | 22 | 365 | 60 | 102 |
| Binary | 10000111 | 10000000 | 11010010 | 100100 | 100111 | 0 | 10010 | 11110101 | 110000 | 1000010 |
Color Harmonies of #8780D2
Complementary color
Monochromatic Colors of #8780D2
Black with #8780D2
Text Example
Text Example
White with #8780D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780D2; }
p { color: rgb(135,128,210); }
H1.HeaderClassName
{
color: #8780D2;
}
.AnyTagClassName
{
color: #8780D2;
}
</style>
background-color css
<style>
a { background-color: #8780D2; }
a { background-color: rgb(135,128,210); }
div.DivClassName
{
background-color: #8780D2;
}
.BgClassName
{
background-color: #8780D2;
}
</style>
border-color css
<style>
span { border-color: #8780D2; }
span { border-color: rgb(135,128,210); }
td.TdClassName
{
border-color: #8780D2;
}
.TagClassName
{
border-color: #8780D2;
}
</style>