Shades of Moody Blue #8780CF
Tints of Moody Blue #8780CF
RGB
CMYK
RGB Variations
Color information
#8780CF (or 0x8780CF) is known color: Moody Blue. HEX triplet: 87, 80 and CF. RGB value is (135,128,207). Sum of RGB (Red+Green+Blue) = 135+128+207=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #8780CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780CF is #787F30. Grayscale: #8A8A8A. Windows color (decimal): -7896881 or 13598855. OLE color: 13598855.
HSL color Cylindrical-coordinate representation of color #8780CF: hue angle of 245.32º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8780CF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 128 | 207 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.19 |
| HSL | 245.32º | 0.45% | 0.66% | - |
| HSV(B) | 245.32º | 0.38% | 0.81% | - |
| XYZ | 28.97 | 25.09 | 62.35 | - |
| YUV | 139.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 207 | 0.35 | 0.38 | 0 | 0.19 | 245.32 | 0.45 | 0.66 |
| Hex | 87 | 80 | CF | 23 | 26 | 0 | 13 | F5 | 2D | 42 |
| Octal | 207 | 200 | 317 | 43 | 46 | 0 | 23 | 365 | 55 | 102 |
| Binary | 10000111 | 10000000 | 11001111 | 100011 | 100110 | 0 | 10011 | 11110101 | 101101 | 1000010 |
Color Harmonies of #8780CF
Complementary color
Monochromatic Colors of #8780CF
Black with #8780CF
Text Example
Text Example
White with #8780CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780CF; }
p { color: rgb(135,128,207); }
H1.HeaderClassName
{
color: #8780CF;
}
.AnyTagClassName
{
color: #8780CF;
}
</style>
background-color css
<style>
a { background-color: #8780CF; }
a { background-color: rgb(135,128,207); }
div.DivClassName
{
background-color: #8780CF;
}
.BgClassName
{
background-color: #8780CF;
}
</style>
border-color css
<style>
span { border-color: #8780CF; }
span { border-color: rgb(135,128,207); }
td.TdClassName
{
border-color: #8780CF;
}
.TagClassName
{
border-color: #8780CF;
}
</style>