Shades of Moody Blue #8081BE
Tints of Moody Blue #8081BE
RGB
CMYK
RGB Variations
Color information
#8081BE (or 0x8081BE) is known color: Moody Blue. HEX triplet: 80, 81 and BE. RGB value is (128,129,190). Sum of RGB (Red+Green+Blue) = 128+129+190=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8081BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BE is #7F7E41. Grayscale: #878787. Windows color (decimal): -8355394 or 12484992. OLE color: 12484992.
HSL color Cylindrical-coordinate representation of color #8081BE: hue angle of 239.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8081BE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 129 | 190 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.25 |
| HSL | 239.03º | 0.32% | 0.62% | - |
| HSV(B) | 239.03º | 0.33% | 0.75% | - |
| XYZ | 26.05 | 24.01 | 51.98 | - |
| YUV | 135.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 190 | 0.33 | 0.32 | 0 | 0.25 | 239.03 | 0.32 | 0.62 |
| Hex | 80 | 81 | BE | 21 | 20 | 0 | 19 | EF | 20 | 3E |
| Octal | 200 | 201 | 276 | 41 | 40 | 0 | 31 | 357 | 40 | 76 |
| Binary | 10000000 | 10000001 | 10111110 | 100001 | 100000 | 0 | 11001 | 11101111 | 100000 | 111110 |
Color Harmonies of #8081BE
Complementary color
Monochromatic Colors of #8081BE
Black with #8081BE
Text Example
Text Example
White with #8081BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081BE; }
p { color: rgb(128,129,190); }
H1.HeaderClassName
{
color: #8081BE;
}
.AnyTagClassName
{
color: #8081BE;
}
</style>
background-color css
<style>
a { background-color: #8081BE; }
a { background-color: rgb(128,129,190); }
div.DivClassName
{
background-color: #8081BE;
}
.BgClassName
{
background-color: #8081BE;
}
</style>
border-color css
<style>
span { border-color: #8081BE; }
span { border-color: rgb(128,129,190); }
td.TdClassName
{
border-color: #8081BE;
}
.TagClassName
{
border-color: #8081BE;
}
</style>