Shades of Moody Blue #8886CB
Tints of Moody Blue #8886CB
RGB
CMYK
RGB Variations
Color information
#8886CB (or 0x8886CB) is known color: Moody Blue. HEX triplet: 88, 86 and CB. RGB value is (136,134,203). Sum of RGB (Red+Green+Blue) = 136+134+203=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #8886CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886CB is #777934. Grayscale: #8E8E8E. Windows color (decimal): -7829813 or 13338248. OLE color: 13338248.
HSL color Cylindrical-coordinate representation of color #8886CB: hue angle of 241.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8886CB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 134 | 203 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.20 |
| HSL | 241.74º | 0.4% | 0.66% | - |
| HSV(B) | 241.74º | 0.34% | 0.8% | - |
| XYZ | 29.46 | 26.6 | 60.08 | - |
| YUV | 142.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 203 | 0.33 | 0.34 | 0 | 0.20 | 241.74 | 0.4 | 0.66 |
| Hex | 88 | 86 | CB | 21 | 22 | 0 | 14 | F2 | 28 | 42 |
| Octal | 210 | 206 | 313 | 41 | 42 | 0 | 24 | 362 | 50 | 102 |
| Binary | 10001000 | 10000110 | 11001011 | 100001 | 100010 | 0 | 10100 | 11110010 | 101000 | 1000010 |
Color Harmonies of #8886CB
Complementary color
Monochromatic Colors of #8886CB
Black with #8886CB
Text Example
Text Example
White with #8886CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886CB; }
p { color: rgb(136,134,203); }
H1.HeaderClassName
{
color: #8886CB;
}
.AnyTagClassName
{
color: #8886CB;
}
</style>
background-color css
<style>
a { background-color: #8886CB; }
a { background-color: rgb(136,134,203); }
div.DivClassName
{
background-color: #8886CB;
}
.BgClassName
{
background-color: #8886CB;
}
</style>
border-color css
<style>
span { border-color: #8886CB; }
span { border-color: rgb(136,134,203); }
td.TdClassName
{
border-color: #8886CB;
}
.TagClassName
{
border-color: #8886CB;
}
</style>