Shades of Moody Blue #8179BD
Tints of Moody Blue #8179BD
RGB
CMYK
RGB Variations
Color information
#8179BD (or 0x8179BD) is known color: Moody Blue. HEX triplet: 81, 79 and BD. RGB value is (129,121,189). Sum of RGB (Red+Green+Blue) = 129+121+189=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8179BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179BD is #7E8642. Grayscale: #828282. Windows color (decimal): -8291907 or 12417409. OLE color: 12417409.
HSL color Cylindrical-coordinate representation of color #8179BD: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8179BD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 121 | 189 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.26 |
| HSL | 247.06º | 0.34% | 0.61% | - |
| HSV(B) | 247.06º | 0.36% | 0.74% | - |
| XYZ | 25.08 | 22.02 | 51.07 | - |
| YUV | 131.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 189 | 0.32 | 0.36 | 0 | 0.26 | 247.06 | 0.34 | 0.61 |
| Hex | 81 | 79 | BD | 20 | 24 | 0 | 1A | F7 | 22 | 3D |
| Octal | 201 | 171 | 275 | 40 | 44 | 0 | 32 | 367 | 42 | 75 |
| Binary | 10000001 | 1111001 | 10111101 | 100000 | 100100 | 0 | 11010 | 11110111 | 100010 | 111101 |
Color Harmonies of #8179BD
Complementary color
Monochromatic Colors of #8179BD
Black with #8179BD
Text Example
Text Example
White with #8179BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179BD; }
p { color: rgb(129,121,189); }
H1.HeaderClassName
{
color: #8179BD;
}
.AnyTagClassName
{
color: #8179BD;
}
</style>
background-color css
<style>
a { background-color: #8179BD; }
a { background-color: rgb(129,121,189); }
div.DivClassName
{
background-color: #8179BD;
}
.BgClassName
{
background-color: #8179BD;
}
</style>
border-color css
<style>
span { border-color: #8179BD; }
span { border-color: rgb(129,121,189); }
td.TdClassName
{
border-color: #8179BD;
}
.TagClassName
{
border-color: #8179BD;
}
</style>