Shades of Moody Blue #8883BC
Tints of Moody Blue #8883BC
RGB
CMYK
RGB Variations
Color information
#8883BC (or 0x8883BC) is known color: Moody Blue. HEX triplet: 88, 83 and BC. RGB value is (136,131,188). Sum of RGB (Red+Green+Blue) = 136+131+188=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8883BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883BC is #777C43. Grayscale: #8A8A8A. Windows color (decimal): -7830596 or 12354440. OLE color: 12354440.
HSL color Cylindrical-coordinate representation of color #8883BC: hue angle of 245.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8883BC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 131 | 188 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.26 |
| HSL | 245.26º | 0.3% | 0.63% | - |
| HSV(B) | 245.26º | 0.3% | 0.74% | - |
| XYZ | 27.35 | 25.1 | 50.98 | - |
| YUV | 138.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 188 | 0.28 | 0.30 | 0 | 0.26 | 245.26 | 0.3 | 0.63 |
| Hex | 88 | 83 | BC | 1C | 1E | 0 | 1A | F5 | 1E | 3F |
| Octal | 210 | 203 | 274 | 34 | 36 | 0 | 32 | 365 | 36 | 77 |
| Binary | 10001000 | 10000011 | 10111100 | 11100 | 11110 | 0 | 11010 | 11110101 | 11110 | 111111 |
Color Harmonies of #8883BC
Complementary color
Monochromatic Colors of #8883BC
Black with #8883BC
Text Example
Text Example
White with #8883BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8883BC; }
p { color: rgb(136,131,188); }
H1.HeaderClassName
{
color: #8883BC;
}
.AnyTagClassName
{
color: #8883BC;
}
</style>
background-color css
<style>
a { background-color: #8883BC; }
a { background-color: rgb(136,131,188); }
div.DivClassName
{
background-color: #8883BC;
}
.BgClassName
{
background-color: #8883BC;
}
</style>
border-color css
<style>
span { border-color: #8883BC; }
span { border-color: rgb(136,131,188); }
td.TdClassName
{
border-color: #8883BC;
}
.TagClassName
{
border-color: #8883BC;
}
</style>