Shades of Moody Blue #8081BC
Tints of Moody Blue #8081BC
RGB
CMYK
RGB Variations
Color information
#8081BC (or 0x8081BC) is known color: Moody Blue. HEX triplet: 80, 81 and BC. RGB value is (128,129,188). Sum of RGB (Red+Green+Blue) = 128+129+188=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #8081BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BC is #7F7E43. Grayscale: #878787. Windows color (decimal): -8355396 or 12353920. OLE color: 12353920.
HSL color Cylindrical-coordinate representation of color #8081BC: hue angle of 239º 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 #8081BC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 129 | 188 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.26 |
| HSL | 239º | 0.31% | 0.62% | - |
| HSV(B) | 239º | 0.32% | 0.74% | - |
| XYZ | 25.83 | 23.92 | 50.83 | - |
| YUV | 135.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 188 | 0.32 | 0.31 | 0 | 0.26 | 239 | 0.31 | 0.62 |
| Hex | 80 | 81 | BC | 20 | 1F | 0 | 1A | EF | 1F | 3E |
| Octal | 200 | 201 | 274 | 40 | 37 | 0 | 32 | 357 | 37 | 76 |
| Binary | 10000000 | 10000001 | 10111100 | 100000 | 11111 | 0 | 11010 | 11101111 | 11111 | 111110 |
Color Harmonies of #8081BC
Complementary color
Monochromatic Colors of #8081BC
Black with #8081BC
Text Example
Text Example
White with #8081BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081BC; }
p { color: rgb(128,129,188); }
H1.HeaderClassName
{
color: #8081BC;
}
.AnyTagClassName
{
color: #8081BC;
}
</style>
background-color css
<style>
a { background-color: #8081BC; }
a { background-color: rgb(128,129,188); }
div.DivClassName
{
background-color: #8081BC;
}
.BgClassName
{
background-color: #8081BC;
}
</style>
border-color css
<style>
span { border-color: #8081BC; }
span { border-color: rgb(128,129,188); }
td.TdClassName
{
border-color: #8081BC;
}
.TagClassName
{
border-color: #8081BC;
}
</style>