Shades of Moody Blue #8180B9
Tints of Moody Blue #8180B9
RGB
CMYK
RGB Variations
Color information
#8180B9 (or 0x8180B9) is known color: Moody Blue. HEX triplet: 81, 80 and B9. RGB value is (129,128,185). Sum of RGB (Red+Green+Blue) = 129+128+185=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #8180B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8180B9 is #7E7F46. Grayscale: #868686. Windows color (decimal): -8290119 or 12157057. OLE color: 12157057.
HSL color Cylindrical-coordinate representation of color #8180B9: hue angle of 241.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8180B9 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 128 | 185 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.27 |
| HSL | 241.05º | 0.29% | 0.61% | - |
| HSV(B) | 241.05º | 0.31% | 0.73% | - |
| XYZ | 25.53 | 23.61 | 49.11 | - |
| YUV | 134.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 185 | 0.30 | 0.31 | 0 | 0.27 | 241.05 | 0.29 | 0.61 |
| Hex | 81 | 80 | B9 | 1E | 1F | 0 | 1B | F1 | 1D | 3D |
| Octal | 201 | 200 | 271 | 36 | 37 | 0 | 33 | 361 | 35 | 75 |
| Binary | 10000001 | 10000000 | 10111001 | 11110 | 11111 | 0 | 11011 | 11110001 | 11101 | 111101 |
Color Harmonies of #8180B9
Complementary color
Monochromatic Colors of #8180B9
Black with #8180B9
Text Example
Text Example
White with #8180B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8180B9; }
p { color: rgb(129,128,185); }
H1.HeaderClassName
{
color: #8180B9;
}
.AnyTagClassName
{
color: #8180B9;
}
</style>
background-color css
<style>
a { background-color: #8180B9; }
a { background-color: rgb(129,128,185); }
div.DivClassName
{
background-color: #8180B9;
}
.BgClassName
{
background-color: #8180B9;
}
</style>
border-color css
<style>
span { border-color: #8180B9; }
span { border-color: rgb(129,128,185); }
td.TdClassName
{
border-color: #8180B9;
}
.TagClassName
{
border-color: #8180B9;
}
</style>