Shades of Moody Blue #8885BC
Tints of Moody Blue #8885BC
RGB
CMYK
RGB Variations
Color information
#8885BC (or 0x8885BC) is known color: Moody Blue. HEX triplet: 88, 85 and BC. RGB value is (136,133,188). Sum of RGB (Red+Green+Blue) = 136+133+188=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #8885BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885BC is #777A43. Grayscale: #8B8B8B. Windows color (decimal): -7830084 or 12354952. OLE color: 12354952.
HSL color Cylindrical-coordinate representation of color #8885BC: hue angle of 243.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8885BC is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 133 | 188 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.26 |
| HSL | 243.27º | 0.29% | 0.63% | - |
| HSV(B) | 243.27º | 0.29% | 0.74% | - |
| XYZ | 27.62 | 25.64 | 51.07 | - |
| YUV | 140.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 188 | 0.28 | 0.29 | 0 | 0.26 | 243.27 | 0.29 | 0.63 |
| Hex | 88 | 85 | BC | 1C | 1D | 0 | 1A | F3 | 1D | 3F |
| Octal | 210 | 205 | 274 | 34 | 35 | 0 | 32 | 363 | 35 | 77 |
| Binary | 10001000 | 10000101 | 10111100 | 11100 | 11101 | 0 | 11010 | 11110011 | 11101 | 111111 |
Color Harmonies of #8885BC
Complementary color
Monochromatic Colors of #8885BC
Black with #8885BC
Text Example
Text Example
White with #8885BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885BC; }
p { color: rgb(136,133,188); }
H1.HeaderClassName
{
color: #8885BC;
}
.AnyTagClassName
{
color: #8885BC;
}
</style>
background-color css
<style>
a { background-color: #8885BC; }
a { background-color: rgb(136,133,188); }
div.DivClassName
{
background-color: #8885BC;
}
.BgClassName
{
background-color: #8885BC;
}
</style>
border-color css
<style>
span { border-color: #8885BC; }
span { border-color: rgb(136,133,188); }
td.TdClassName
{
border-color: #8885BC;
}
.TagClassName
{
border-color: #8885BC;
}
</style>