Shades of Moody Blue #8179CE
Tints of Moody Blue #8179CE
RGB
CMYK
RGB Variations
Color information
#8179CE (or 0x8179CE) is known color: Moody Blue. HEX triplet: 81, 79 and CE. RGB value is (129,121,206). Sum of RGB (Red+Green+Blue) = 129+121+206=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8179CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179CE is #7E8631. Grayscale: #848484. Windows color (decimal): -8291890 or 13531521. OLE color: 13531521.
HSL color Cylindrical-coordinate representation of color #8179CE: hue angle of 245.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8179CE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 121 | 206 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.19 |
| HSL | 245.65º | 0.46% | 0.64% | - |
| HSV(B) | 245.65º | 0.41% | 0.81% | - |
| XYZ | 27.03 | 22.8 | 61.37 | - |
| YUV | 133.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 206 | 0.37 | 0.41 | 0 | 0.19 | 245.65 | 0.46 | 0.64 |
| Hex | 81 | 79 | CE | 25 | 29 | 0 | 13 | F6 | 2E | 40 |
| Octal | 201 | 171 | 316 | 45 | 51 | 0 | 23 | 366 | 56 | 100 |
| Binary | 10000001 | 1111001 | 11001110 | 100101 | 101001 | 0 | 10011 | 11110110 | 101110 | 1000000 |
Color Harmonies of #8179CE
Complementary color
Monochromatic Colors of #8179CE
Black with #8179CE
Text Example
Text Example
White with #8179CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179CE; }
p { color: rgb(129,121,206); }
H1.HeaderClassName
{
color: #8179CE;
}
.AnyTagClassName
{
color: #8179CE;
}
</style>
background-color css
<style>
a { background-color: #8179CE; }
a { background-color: rgb(129,121,206); }
div.DivClassName
{
background-color: #8179CE;
}
.BgClassName
{
background-color: #8179CE;
}
</style>
border-color css
<style>
span { border-color: #8179CE; }
span { border-color: rgb(129,121,206); }
td.TdClassName
{
border-color: #8179CE;
}
.TagClassName
{
border-color: #8179CE;
}
</style>