Shades of Moody Blue #8880CA
Tints of Moody Blue #8880CA
RGB
CMYK
RGB Variations
Color information
#8880CA (or 0x8880CA) is known color: Moody Blue. HEX triplet: 88, 80 and CA. RGB value is (136,128,202). Sum of RGB (Red+Green+Blue) = 136+128+202=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #8880CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880CA is #777F35. Grayscale: #8A8A8A. Windows color (decimal): -7831350 or 13271176. OLE color: 13271176.
HSL color Cylindrical-coordinate representation of color #8880CA: hue angle of 246.49º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8880CA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 128 | 202 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.21 |
| HSL | 246.49º | 0.41% | 0.65% | - |
| HSV(B) | 246.49º | 0.37% | 0.79% | - |
| XYZ | 28.53 | 24.94 | 59.19 | - |
| YUV | 138.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 202 | 0.33 | 0.37 | 0 | 0.21 | 246.49 | 0.41 | 0.65 |
| Hex | 88 | 80 | CA | 21 | 25 | 0 | 15 | F6 | 29 | 41 |
| Octal | 210 | 200 | 312 | 41 | 45 | 0 | 25 | 366 | 51 | 101 |
| Binary | 10001000 | 10000000 | 11001010 | 100001 | 100101 | 0 | 10101 | 11110110 | 101001 | 1000001 |
Color Harmonies of #8880CA
Complementary color
Monochromatic Colors of #8880CA
Black with #8880CA
Text Example
Text Example
White with #8880CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880CA; }
p { color: rgb(136,128,202); }
H1.HeaderClassName
{
color: #8880CA;
}
.AnyTagClassName
{
color: #8880CA;
}
</style>
background-color css
<style>
a { background-color: #8880CA; }
a { background-color: rgb(136,128,202); }
div.DivClassName
{
background-color: #8880CA;
}
.BgClassName
{
background-color: #8880CA;
}
</style>
border-color css
<style>
span { border-color: #8880CA; }
span { border-color: rgb(136,128,202); }
td.TdClassName
{
border-color: #8880CA;
}
.TagClassName
{
border-color: #8880CA;
}
</style>