Shades of Moody Blue #8888CC
Tints of Moody Blue #8888CC
RGB
CMYK
RGB Variations
Color information
#8888CC (or 0x8888CC) is known color: Moody Blue. HEX triplet: 88, 88 and CC. RGB value is (136,136,204). Sum of RGB (Red+Green+Blue) = 136+136+204=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #8888CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888CC is #777733. Grayscale: #8F8F8F. Windows color (decimal): -7829300 or 13404296. OLE color: 13404296.
HSL color Cylindrical-coordinate representation of color #8888CC: hue angle of 240º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8888CC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 136 | 204 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.2 |
| HSL | 240º | 0.4% | 0.67% | - |
| HSV(B) | 240º | 0.33% | 0.8% | - |
| XYZ | 29.86 | 27.2 | 60.8 | - |
| YUV | 143.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 204 | 0.33 | 0.33 | 0 | 0.2 | 240 | 0.4 | 0.67 |
| Hex | 88 | 88 | CC | 21 | 21 | 0 | 14 | F0 | 28 | 43 |
| Octal | 210 | 210 | 314 | 41 | 41 | 0 | 24 | 360 | 50 | 103 |
| Binary | 10001000 | 10001000 | 11001100 | 100001 | 100001 | 0 | 10100 | 11110000 | 101000 | 1000011 |
Color Harmonies of #8888CC
Complementary color
Monochromatic Colors of #8888CC
Black with #8888CC
Text Example
Text Example
White with #8888CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888CC; }
p { color: rgb(136,136,204); }
H1.HeaderClassName
{
color: #8888CC;
}
.AnyTagClassName
{
color: #8888CC;
}
</style>
background-color css
<style>
a { background-color: #8888CC; }
a { background-color: rgb(136,136,204); }
div.DivClassName
{
background-color: #8888CC;
}
.BgClassName
{
background-color: #8888CC;
}
</style>
border-color css
<style>
span { border-color: #8888CC; }
span { border-color: rgb(136,136,204); }
td.TdClassName
{
border-color: #8888CC;
}
.TagClassName
{
border-color: #8888CC;
}
</style>