Shades of Moody Blue #8180B6
Tints of Moody Blue #8180B6
RGB
CMYK
RGB Variations
Color information
#8180B6 (or 0x8180B6) is known color: Moody Blue. HEX triplet: 81, 80 and B6. RGB value is (129,128,182). Sum of RGB (Red+Green+Blue) = 129+128+182=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #8180B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8180B6 is #7E7F49. Grayscale: #868686. Windows color (decimal): -8290122 or 11960449. OLE color: 11960449.
HSL color Cylindrical-coordinate representation of color #8180B6: hue angle of 241.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8180B6 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 128 | 182 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.29 |
| HSL | 241.11º | 0.27% | 0.61% | - |
| HSV(B) | 241.11º | 0.3% | 0.71% | - |
| XYZ | 25.22 | 23.48 | 47.46 | - |
| YUV | 134.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 182 | 0.29 | 0.30 | 0 | 0.29 | 241.11 | 0.27 | 0.61 |
| Hex | 81 | 80 | B6 | 1D | 1E | 0 | 1D | F1 | 1B | 3D |
| Octal | 201 | 200 | 266 | 35 | 36 | 0 | 35 | 361 | 33 | 75 |
| Binary | 10000001 | 10000000 | 10110110 | 11101 | 11110 | 0 | 11101 | 11110001 | 11011 | 111101 |
Color Harmonies of #8180B6
Complementary color
Monochromatic Colors of #8180B6
Black with #8180B6
Text Example
Text Example
White with #8180B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8180B6; }
p { color: rgb(129,128,182); }
H1.HeaderClassName
{
color: #8180B6;
}
.AnyTagClassName
{
color: #8180B6;
}
</style>
background-color css
<style>
a { background-color: #8180B6; }
a { background-color: rgb(129,128,182); }
div.DivClassName
{
background-color: #8180B6;
}
.BgClassName
{
background-color: #8180B6;
}
</style>
border-color css
<style>
span { border-color: #8180B6; }
span { border-color: rgb(129,128,182); }
td.TdClassName
{
border-color: #8180B6;
}
.TagClassName
{
border-color: #8180B6;
}
</style>