Shades of Moody Blue #8B80C8
Tints of Moody Blue #8B80C8
RGB
CMYK
RGB Variations
Color information
#8B80C8 (or 0x8B80C8) is known color: Moody Blue. HEX triplet: 8B, 80 and C8. RGB value is (139,128,200). Sum of RGB (Red+Green+Blue) = 139+128+200=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B80C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80C8 is #747F37. Grayscale: #8B8B8B. Windows color (decimal): -7634744 or 13140107. OLE color: 13140107.
HSL color Cylindrical-coordinate representation of color #8B80C8: hue angle of 249.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B80C8 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 128 | 200 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.22 |
| HSL | 249.17º | 0.4% | 0.64% | - |
| HSV(B) | 249.17º | 0.36% | 0.78% | - |
| XYZ | 28.79 | 25.1 | 57.97 | - |
| YUV | 139.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 200 | 0.30 | 0.36 | 0 | 0.22 | 249.17 | 0.4 | 0.64 |
| Hex | 8B | 80 | C8 | 1E | 24 | 0 | 16 | F9 | 28 | 40 |
| Octal | 213 | 200 | 310 | 36 | 44 | 0 | 26 | 371 | 50 | 100 |
| Binary | 10001011 | 10000000 | 11001000 | 11110 | 100100 | 0 | 10110 | 11111001 | 101000 | 1000000 |
Color Harmonies of #8B80C8
Complementary color
Monochromatic Colors of #8B80C8
Black with #8B80C8
Text Example
Text Example
White with #8B80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80C8; }
p { color: rgb(139,128,200); }
H1.HeaderClassName
{
color: #8B80C8;
}
.AnyTagClassName
{
color: #8B80C8;
}
</style>
background-color css
<style>
a { background-color: #8B80C8; }
a { background-color: rgb(139,128,200); }
div.DivClassName
{
background-color: #8B80C8;
}
.BgClassName
{
background-color: #8B80C8;
}
</style>
border-color css
<style>
span { border-color: #8B80C8; }
span { border-color: rgb(139,128,200); }
td.TdClassName
{
border-color: #8B80C8;
}
.TagClassName
{
border-color: #8B80C8;
}
</style>