Shades of Moody Blue #8081BF
Tints of Moody Blue #8081BF
RGB
CMYK
RGB Variations
Color information
#8081BF (or 0x8081BF) is known color: Moody Blue. HEX triplet: 80, 81 and BF. RGB value is (128,129,191). Sum of RGB (Red+Green+Blue) = 128+129+191=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8081BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BF is #7F7E40. Grayscale: #878787. Windows color (decimal): -8355393 or 12550528. OLE color: 12550528.
HSL color Cylindrical-coordinate representation of color #8081BF: hue angle of 239.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8081BF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 129 | 191 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.25 |
| HSL | 239.05º | 0.33% | 0.63% | - |
| HSV(B) | 239.05º | 0.33% | 0.75% | - |
| XYZ | 26.16 | 24.05 | 52.55 | - |
| YUV | 135.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 191 | 0.33 | 0.32 | 0 | 0.25 | 239.05 | 0.33 | 0.63 |
| Hex | 80 | 81 | BF | 21 | 20 | 0 | 19 | EF | 21 | 3F |
| Octal | 200 | 201 | 277 | 41 | 40 | 0 | 31 | 357 | 41 | 77 |
| Binary | 10000000 | 10000001 | 10111111 | 100001 | 100000 | 0 | 11001 | 11101111 | 100001 | 111111 |
Color Harmonies of #8081BF
Complementary color
Monochromatic Colors of #8081BF
Black with #8081BF
Text Example
Text Example
White with #8081BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081BF; }
p { color: rgb(128,129,191); }
H1.HeaderClassName
{
color: #8081BF;
}
.AnyTagClassName
{
color: #8081BF;
}
</style>
background-color css
<style>
a { background-color: #8081BF; }
a { background-color: rgb(128,129,191); }
div.DivClassName
{
background-color: #8081BF;
}
.BgClassName
{
background-color: #8081BF;
}
</style>
border-color css
<style>
span { border-color: #8081BF; }
span { border-color: rgb(128,129,191); }
td.TdClassName
{
border-color: #8081BF;
}
.TagClassName
{
border-color: #8081BF;
}
</style>