Shades of Moody Blue #8885B4
Tints of Moody Blue #8885B4
RGB
CMYK
RGB Variations
Color information
#8885B4 (or 0x8885B4) is known color: Moody Blue. HEX triplet: 88, 85 and B4. RGB value is (136,133,180). Sum of RGB (Red+Green+Blue) = 136+133+180=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #8885B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885B4 is #777A4B. Grayscale: #8B8B8B. Windows color (decimal): -7830092 or 11830664. OLE color: 11830664.
HSL color Cylindrical-coordinate representation of color #8885B4: hue angle of 243.83º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8885B4 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 133 | 180 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.29 |
| HSL | 243.83º | 0.24% | 0.61% | - |
| HSV(B) | 243.83º | 0.26% | 0.71% | - |
| XYZ | 26.78 | 25.3 | 46.65 | - |
| YUV | 139.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 180 | 0.24 | 0.26 | 0 | 0.29 | 243.83 | 0.24 | 0.61 |
| Hex | 88 | 85 | B4 | 18 | 1A | 0 | 1D | F4 | 18 | 3D |
| Octal | 210 | 205 | 264 | 30 | 32 | 0 | 35 | 364 | 30 | 75 |
| Binary | 10001000 | 10000101 | 10110100 | 11000 | 11010 | 0 | 11101 | 11110100 | 11000 | 111101 |
Color Harmonies of #8885B4
Complementary color
Monochromatic Colors of #8885B4
Black with #8885B4
Text Example
Text Example
White with #8885B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885B4; }
p { color: rgb(136,133,180); }
H1.HeaderClassName
{
color: #8885B4;
}
.AnyTagClassName
{
color: #8885B4;
}
</style>
background-color css
<style>
a { background-color: #8885B4; }
a { background-color: rgb(136,133,180); }
div.DivClassName
{
background-color: #8885B4;
}
.BgClassName
{
background-color: #8885B4;
}
</style>
border-color css
<style>
span { border-color: #8885B4; }
span { border-color: rgb(136,133,180); }
td.TdClassName
{
border-color: #8885B4;
}
.TagClassName
{
border-color: #8885B4;
}
</style>