Shades of Moody Blue #8081C1
Tints of Moody Blue #8081C1
RGB
CMYK
RGB Variations
Color information
#8081C1 (or 0x8081C1) is known color: Moody Blue. HEX triplet: 80, 81 and C1. RGB value is (128,129,193). Sum of RGB (Red+Green+Blue) = 128+129+193=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #8081C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081C1 is #7F7E3E. Grayscale: #878787. Windows color (decimal): -8355391 or 12681600. OLE color: 12681600.
HSL color Cylindrical-coordinate representation of color #8081C1: hue angle of 239.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8081C1 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 129 | 193 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.24 |
| HSL | 239.08º | 0.34% | 0.63% | - |
| HSV(B) | 239.08º | 0.34% | 0.76% | - |
| XYZ | 26.38 | 24.14 | 53.72 | - |
| YUV | 136 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 193 | 0.34 | 0.33 | 0 | 0.24 | 239.08 | 0.34 | 0.63 |
| Hex | 80 | 81 | C1 | 22 | 21 | 0 | 18 | EF | 22 | 3F |
| Octal | 200 | 201 | 301 | 42 | 41 | 0 | 30 | 357 | 42 | 77 |
| Binary | 10000000 | 10000001 | 11000001 | 100010 | 100001 | 0 | 11000 | 11101111 | 100010 | 111111 |
Color Harmonies of #8081C1
Complementary color
Monochromatic Colors of #8081C1
Black with #8081C1
Text Example
Text Example
White with #8081C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081C1; }
p { color: rgb(128,129,193); }
H1.HeaderClassName
{
color: #8081C1;
}
.AnyTagClassName
{
color: #8081C1;
}
</style>
background-color css
<style>
a { background-color: #8081C1; }
a { background-color: rgb(128,129,193); }
div.DivClassName
{
background-color: #8081C1;
}
.BgClassName
{
background-color: #8081C1;
}
</style>
border-color css
<style>
span { border-color: #8081C1; }
span { border-color: rgb(128,129,193); }
td.TdClassName
{
border-color: #8081C1;
}
.TagClassName
{
border-color: #8081C1;
}
</style>