Shades of Moody Blue #8888C2
Tints of Moody Blue #8888C2
RGB
CMYK
RGB Variations
Color information
#8888C2 (or 0x8888C2) is known color: Moody Blue. HEX triplet: 88, 88 and C2. RGB value is (136,136,194). Sum of RGB (Red+Green+Blue) = 136+136+194=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #8888C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888C2 is #77773D. Grayscale: #8E8E8E. Windows color (decimal): -7829310 or 12748936. OLE color: 12748936.
HSL color Cylindrical-coordinate representation of color #8888C2: hue angle of 240º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8888C2 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 136 | 194 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.24 |
| HSL | 240º | 0.32% | 0.65% | - |
| HSV(B) | 240º | 0.3% | 0.76% | - |
| XYZ | 28.7 | 26.74 | 54.69 | - |
| YUV | 142.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 194 | 0.30 | 0.30 | 0 | 0.24 | 240 | 0.32 | 0.65 |
| Hex | 88 | 88 | C2 | 1E | 1E | 0 | 18 | F0 | 20 | 41 |
| Octal | 210 | 210 | 302 | 36 | 36 | 0 | 30 | 360 | 40 | 101 |
| Binary | 10001000 | 10001000 | 11000010 | 11110 | 11110 | 0 | 11000 | 11110000 | 100000 | 1000001 |
Color Harmonies of #8888C2
Complementary color
Monochromatic Colors of #8888C2
Black with #8888C2
Text Example
Text Example
White with #8888C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888C2; }
p { color: rgb(136,136,194); }
H1.HeaderClassName
{
color: #8888C2;
}
.AnyTagClassName
{
color: #8888C2;
}
</style>
background-color css
<style>
a { background-color: #8888C2; }
a { background-color: rgb(136,136,194); }
div.DivClassName
{
background-color: #8888C2;
}
.BgClassName
{
background-color: #8888C2;
}
</style>
border-color css
<style>
span { border-color: #8888C2; }
span { border-color: rgb(136,136,194); }
td.TdClassName
{
border-color: #8888C2;
}
.TagClassName
{
border-color: #8888C2;
}
</style>