Shades of Moody Blue #8780CB
Tints of Moody Blue #8780CB
RGB
CMYK
RGB Variations
Color information
#8780CB (or 0x8780CB) is known color: Moody Blue. HEX triplet: 87, 80 and CB. RGB value is (135,128,203). Sum of RGB (Red+Green+Blue) = 135+128+203=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #8780CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780CB is #787F34. Grayscale: #8A8A8A. Windows color (decimal): -7896885 or 13336711. OLE color: 13336711.
HSL color Cylindrical-coordinate representation of color #8780CB: hue angle of 245.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8780CB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 128 | 203 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.20 |
| HSL | 245.6º | 0.42% | 0.65% | - |
| HSV(B) | 245.6º | 0.37% | 0.8% | - |
| XYZ | 28.49 | 24.9 | 59.8 | - |
| YUV | 138.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 203 | 0.33 | 0.37 | 0 | 0.20 | 245.6 | 0.42 | 0.65 |
| Hex | 87 | 80 | CB | 21 | 25 | 0 | 14 | F6 | 2A | 41 |
| Octal | 207 | 200 | 313 | 41 | 45 | 0 | 24 | 366 | 52 | 101 |
| Binary | 10000111 | 10000000 | 11001011 | 100001 | 100101 | 0 | 10100 | 11110110 | 101010 | 1000001 |
Color Harmonies of #8780CB
Complementary color
Monochromatic Colors of #8780CB
Black with #8780CB
Text Example
Text Example
White with #8780CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780CB; }
p { color: rgb(135,128,203); }
H1.HeaderClassName
{
color: #8780CB;
}
.AnyTagClassName
{
color: #8780CB;
}
</style>
background-color css
<style>
a { background-color: #8780CB; }
a { background-color: rgb(135,128,203); }
div.DivClassName
{
background-color: #8780CB;
}
.BgClassName
{
background-color: #8780CB;
}
</style>
border-color css
<style>
span { border-color: #8780CB; }
span { border-color: rgb(135,128,203); }
td.TdClassName
{
border-color: #8780CB;
}
.TagClassName
{
border-color: #8780CB;
}
</style>