Shades of Moody Blue #8B88BC
Tints of Moody Blue #8B88BC
RGB
CMYK
RGB Variations
Color information
#8B88BC (or 0x8B88BC) is known color: Moody Blue. HEX triplet: 8B, 88 and BC. RGB value is (139,136,188). Sum of RGB (Red+Green+Blue) = 139+136+188=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88BC is #747743. Grayscale: #8E8E8E. Windows color (decimal): -7632708 or 12355723. OLE color: 12355723.
HSL color Cylindrical-coordinate representation of color #8B88BC: hue angle of 243.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B88BC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 136 | 188 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.26 |
| HSL | 243.46º | 0.28% | 0.64% | - |
| HSV(B) | 243.46º | 0.28% | 0.74% | - |
| XYZ | 28.53 | 26.73 | 51.23 | - |
| YUV | 142.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 188 | 0.26 | 0.28 | 0 | 0.26 | 243.46 | 0.28 | 0.64 |
| Hex | 8B | 88 | BC | 1A | 1C | 0 | 1A | F3 | 1C | 40 |
| Octal | 213 | 210 | 274 | 32 | 34 | 0 | 32 | 363 | 34 | 100 |
| Binary | 10001011 | 10001000 | 10111100 | 11010 | 11100 | 0 | 11010 | 11110011 | 11100 | 1000000 |
Color Harmonies of #8B88BC
Complementary color
Monochromatic Colors of #8B88BC
Black with #8B88BC
Text Example
Text Example
White with #8B88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B88BC; }
p { color: rgb(139,136,188); }
H1.HeaderClassName
{
color: #8B88BC;
}
.AnyTagClassName
{
color: #8B88BC;
}
</style>
background-color css
<style>
a { background-color: #8B88BC; }
a { background-color: rgb(139,136,188); }
div.DivClassName
{
background-color: #8B88BC;
}
.BgClassName
{
background-color: #8B88BC;
}
</style>
border-color css
<style>
span { border-color: #8B88BC; }
span { border-color: rgb(139,136,188); }
td.TdClassName
{
border-color: #8B88BC;
}
.TagClassName
{
border-color: #8B88BC;
}
</style>