Shades of Moody Blue #8179D3
Tints of Moody Blue #8179D3
RGB
CMYK
RGB Variations
Color information
#8179D3 (or 0x8179D3) is known color: Moody Blue. HEX triplet: 81, 79 and D3. RGB value is (129,121,211). Sum of RGB (Red+Green+Blue) = 129+121+211=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #8179D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179D3 is #7E862C. Grayscale: #858585. Windows color (decimal): -8291885 or 13859201. OLE color: 13859201.
HSL color Cylindrical-coordinate representation of color #8179D3: hue angle of 245.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8179D3 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 121 | 211 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.17 |
| HSL | 245.33º | 0.51% | 0.65% | - |
| HSV(B) | 245.33º | 0.43% | 0.83% | - |
| XYZ | 27.65 | 23.05 | 64.62 | - |
| YUV | 133.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 211 | 0.39 | 0.43 | 0 | 0.17 | 245.33 | 0.51 | 0.65 |
| Hex | 81 | 79 | D3 | 27 | 2B | 0 | 11 | F5 | 33 | 41 |
| Octal | 201 | 171 | 323 | 47 | 53 | 0 | 21 | 365 | 63 | 101 |
| Binary | 10000001 | 1111001 | 11010011 | 100111 | 101011 | 0 | 10001 | 11110101 | 110011 | 1000001 |
Color Harmonies of #8179D3
Complementary color
Monochromatic Colors of #8179D3
Black with #8179D3
Text Example
Text Example
White with #8179D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179D3; }
p { color: rgb(129,121,211); }
H1.HeaderClassName
{
color: #8179D3;
}
.AnyTagClassName
{
color: #8179D3;
}
</style>
background-color css
<style>
a { background-color: #8179D3; }
a { background-color: rgb(129,121,211); }
div.DivClassName
{
background-color: #8179D3;
}
.BgClassName
{
background-color: #8179D3;
}
</style>
border-color css
<style>
span { border-color: #8179D3; }
span { border-color: rgb(129,121,211); }
td.TdClassName
{
border-color: #8179D3;
}
.TagClassName
{
border-color: #8179D3;
}
</style>