Shades of Moody Blue #8179CF
Tints of Moody Blue #8179CF
RGB
CMYK
RGB Variations
Color information
#8179CF (or 0x8179CF) is known color: Moody Blue. HEX triplet: 81, 79 and CF. RGB value is (129,121,207). Sum of RGB (Red+Green+Blue) = 129+121+207=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8179CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179CF is #7E8630. Grayscale: #848484. Windows color (decimal): -8291889 or 13597057. OLE color: 13597057.
HSL color Cylindrical-coordinate representation of color #8179CF: hue angle of 245.58º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8179CF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 121 | 207 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.19 |
| HSL | 245.58º | 0.47% | 0.64% | - |
| HSV(B) | 245.58º | 0.42% | 0.81% | - |
| XYZ | 27.15 | 22.85 | 62.01 | - |
| YUV | 133.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 207 | 0.38 | 0.42 | 0 | 0.19 | 245.58 | 0.47 | 0.64 |
| Hex | 81 | 79 | CF | 26 | 2A | 0 | 13 | F6 | 2F | 40 |
| Octal | 201 | 171 | 317 | 46 | 52 | 0 | 23 | 366 | 57 | 100 |
| Binary | 10000001 | 1111001 | 11001111 | 100110 | 101010 | 0 | 10011 | 11110110 | 101111 | 1000000 |
Color Harmonies of #8179CF
Complementary color
Monochromatic Colors of #8179CF
Black with #8179CF
Text Example
Text Example
White with #8179CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179CF; }
p { color: rgb(129,121,207); }
H1.HeaderClassName
{
color: #8179CF;
}
.AnyTagClassName
{
color: #8179CF;
}
</style>
background-color css
<style>
a { background-color: #8179CF; }
a { background-color: rgb(129,121,207); }
div.DivClassName
{
background-color: #8179CF;
}
.BgClassName
{
background-color: #8179CF;
}
</style>
border-color css
<style>
span { border-color: #8179CF; }
span { border-color: rgb(129,121,207); }
td.TdClassName
{
border-color: #8179CF;
}
.TagClassName
{
border-color: #8179CF;
}
</style>