Shades of Moody Blue #8B80BC
Tints of Moody Blue #8B80BC
RGB
CMYK
RGB Variations
Color information
#8B80BC (or 0x8B80BC) is known color: Moody Blue. HEX triplet: 8B, 80 and BC. RGB value is (139,128,188). Sum of RGB (Red+Green+Blue) = 139+128+188=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 128 (50.39% from 255 or 28.13% 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 #8B80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80BC is #747F43. Grayscale: #898989. Windows color (decimal): -7634756 or 12353675. OLE color: 12353675.
HSL color Cylindrical-coordinate representation of color #8B80BC: hue angle of 251º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B80BC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 128 | 188 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.26 |
| HSL | 251º | 0.31% | 0.62% | - |
| HSV(B) | 251º | 0.32% | 0.74% | - |
| XYZ | 27.44 | 24.56 | 50.87 | - |
| YUV | 138.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 188 | 0.26 | 0.32 | 0 | 0.26 | 251 | 0.31 | 0.62 |
| Hex | 8B | 80 | BC | 1A | 20 | 0 | 1A | FB | 1F | 3E |
| Octal | 213 | 200 | 274 | 32 | 40 | 0 | 32 | 373 | 37 | 76 |
| Binary | 10001011 | 10000000 | 10111100 | 11010 | 100000 | 0 | 11010 | 11111011 | 11111 | 111110 |
Color Harmonies of #8B80BC
Complementary color
Monochromatic Colors of #8B80BC
Black with #8B80BC
Text Example
Text Example
White with #8B80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80BC; }
p { color: rgb(139,128,188); }
H1.HeaderClassName
{
color: #8B80BC;
}
.AnyTagClassName
{
color: #8B80BC;
}
</style>
background-color css
<style>
a { background-color: #8B80BC; }
a { background-color: rgb(139,128,188); }
div.DivClassName
{
background-color: #8B80BC;
}
.BgClassName
{
background-color: #8B80BC;
}
</style>
border-color css
<style>
span { border-color: #8B80BC; }
span { border-color: rgb(139,128,188); }
td.TdClassName
{
border-color: #8B80BC;
}
.TagClassName
{
border-color: #8B80BC;
}
</style>