Shades of Moody Blue #8B80DB
Tints of Moody Blue #8B80DB
RGB
CMYK
RGB Variations
Color information
#8B80DB (or 0x8B80DB) is known color: Moody Blue. HEX triplet: 8B, 80 and DB. RGB value is (139,128,219). Sum of RGB (Red+Green+Blue) = 139+128+219=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80DB is #747F24. Grayscale: #8D8D8D. Windows color (decimal): -7634725 or 14385291. OLE color: 14385291.
HSL color Cylindrical-coordinate representation of color #8B80DB: hue angle of 247.25º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B80DB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 128 | 219 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.14 |
| HSL | 247.25º | 0.56% | 0.68% | - |
| HSV(B) | 247.25º | 0.42% | 0.86% | - |
| XYZ | 31.15 | 26.04 | 70.4 | - |
| YUV | 141.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 219 | 0.37 | 0.42 | 0 | 0.14 | 247.25 | 0.56 | 0.68 |
| Hex | 8B | 80 | DB | 25 | 2A | 0 | E | F7 | 38 | 44 |
| Octal | 213 | 200 | 333 | 45 | 52 | 0 | 16 | 367 | 70 | 104 |
| Binary | 10001011 | 10000000 | 11011011 | 100101 | 101010 | 0 | 1110 | 11110111 | 111000 | 1000100 |
Color Harmonies of #8B80DB
Complementary color
Monochromatic Colors of #8B80DB
Black with #8B80DB
Text Example
Text Example
White with #8B80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80DB; }
p { color: rgb(139,128,219); }
H1.HeaderClassName
{
color: #8B80DB;
}
.AnyTagClassName
{
color: #8B80DB;
}
</style>
background-color css
<style>
a { background-color: #8B80DB; }
a { background-color: rgb(139,128,219); }
div.DivClassName
{
background-color: #8B80DB;
}
.BgClassName
{
background-color: #8B80DB;
}
</style>
border-color css
<style>
span { border-color: #8B80DB; }
span { border-color: rgb(139,128,219); }
td.TdClassName
{
border-color: #8B80DB;
}
.TagClassName
{
border-color: #8B80DB;
}
</style>