Shades of Moody Blue #8081BB
Tints of Moody Blue #8081BB
RGB
CMYK
RGB Variations
Color information
#8081BB (or 0x8081BB) is known color: Moody Blue. HEX triplet: 80, 81 and BB. RGB value is (128,129,187). Sum of RGB (Red+Green+Blue) = 128+129+187=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #8081BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BB is #7F7E44. Grayscale: #878787. Windows color (decimal): -8355397 or 12288384. OLE color: 12288384.
HSL color Cylindrical-coordinate representation of color #8081BB: hue angle of 238.98º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8081BB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 129 | 187 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.27 |
| HSL | 238.98º | 0.3% | 0.62% | - |
| HSV(B) | 238.98º | 0.32% | 0.73% | - |
| XYZ | 25.72 | 23.88 | 50.27 | - |
| YUV | 135.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 187 | 0.32 | 0.31 | 0 | 0.27 | 238.98 | 0.3 | 0.62 |
| Hex | 80 | 81 | BB | 20 | 1F | 0 | 1B | EF | 1E | 3E |
| Octal | 200 | 201 | 273 | 40 | 37 | 0 | 33 | 357 | 36 | 76 |
| Binary | 10000000 | 10000001 | 10111011 | 100000 | 11111 | 0 | 11011 | 11101111 | 11110 | 111110 |
Color Harmonies of #8081BB
Complementary color
Monochromatic Colors of #8081BB
Black with #8081BB
Text Example
Text Example
White with #8081BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081BB; }
p { color: rgb(128,129,187); }
H1.HeaderClassName
{
color: #8081BB;
}
.AnyTagClassName
{
color: #8081BB;
}
</style>
background-color css
<style>
a { background-color: #8081BB; }
a { background-color: rgb(128,129,187); }
div.DivClassName
{
background-color: #8081BB;
}
.BgClassName
{
background-color: #8081BB;
}
</style>
border-color css
<style>
span { border-color: #8081BB; }
span { border-color: rgb(128,129,187); }
td.TdClassName
{
border-color: #8081BB;
}
.TagClassName
{
border-color: #8081BB;
}
</style>