Shades of Moody Blue #8880C1
Tints of Moody Blue #8880C1
RGB
CMYK
RGB Variations
Color information
#8880C1 (or 0x8880C1) is known color: Moody Blue. HEX triplet: 88, 80 and C1. RGB value is (136,128,193). Sum of RGB (Red+Green+Blue) = 136+128+193=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #8880C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880C1 is #777F3E. Grayscale: #898989. Windows color (decimal): -7831359 or 12681352. OLE color: 12681352.
HSL color Cylindrical-coordinate representation of color #8880C1: hue angle of 247.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8880C1 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 128 | 193 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.24 |
| HSL | 247.38º | 0.34% | 0.63% | - |
| HSV(B) | 247.38º | 0.34% | 0.76% | - |
| XYZ | 27.5 | 24.52 | 53.74 | - |
| YUV | 137.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 193 | 0.30 | 0.34 | 0 | 0.24 | 247.38 | 0.34 | 0.63 |
| Hex | 88 | 80 | C1 | 1E | 22 | 0 | 18 | F7 | 22 | 3F |
| Octal | 210 | 200 | 301 | 36 | 42 | 0 | 30 | 367 | 42 | 77 |
| Binary | 10001000 | 10000000 | 11000001 | 11110 | 100010 | 0 | 11000 | 11110111 | 100010 | 111111 |
Color Harmonies of #8880C1
Complementary color
Monochromatic Colors of #8880C1
Black with #8880C1
Text Example
Text Example
White with #8880C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880C1; }
p { color: rgb(136,128,193); }
H1.HeaderClassName
{
color: #8880C1;
}
.AnyTagClassName
{
color: #8880C1;
}
</style>
background-color css
<style>
a { background-color: #8880C1; }
a { background-color: rgb(136,128,193); }
div.DivClassName
{
background-color: #8880C1;
}
.BgClassName
{
background-color: #8880C1;
}
</style>
border-color css
<style>
span { border-color: #8880C1; }
span { border-color: rgb(136,128,193); }
td.TdClassName
{
border-color: #8880C1;
}
.TagClassName
{
border-color: #8880C1;
}
</style>