Shades of Moody Blue #8171C4
Tints of Moody Blue #8171C4
RGB
CMYK
RGB Variations
Color information
#8171C4 (or 0x8171C4) is known color: Moody Blue. HEX triplet: 81, 71 and C4. RGB value is (129,113,196). Sum of RGB (Red+Green+Blue) = 129+113+196=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #8171C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171C4 is #7E8E3B. Grayscale: #7E7E7E. Windows color (decimal): -8293948 or 12874113. OLE color: 12874113.
HSL color Cylindrical-coordinate representation of color #8171C4: hue angle of 251.57º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8171C4 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 113 | 196 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.23 |
| HSL | 251.57º | 0.41% | 0.61% | - |
| HSV(B) | 251.57º | 0.42% | 0.77% | - |
| XYZ | 24.92 | 20.46 | 54.86 | - |
| YUV | 127.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 196 | 0.34 | 0.42 | 0 | 0.23 | 251.57 | 0.41 | 0.61 |
| Hex | 81 | 71 | C4 | 22 | 2A | 0 | 17 | FC | 29 | 3D |
| Octal | 201 | 161 | 304 | 42 | 52 | 0 | 27 | 374 | 51 | 75 |
| Binary | 10000001 | 1110001 | 11000100 | 100010 | 101010 | 0 | 10111 | 11111100 | 101001 | 111101 |
Color Harmonies of #8171C4
Complementary color
Monochromatic Colors of #8171C4
Black with #8171C4
Text Example
Text Example
White with #8171C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8171C4; }
p { color: rgb(129,113,196); }
H1.HeaderClassName
{
color: #8171C4;
}
.AnyTagClassName
{
color: #8171C4;
}
</style>
background-color css
<style>
a { background-color: #8171C4; }
a { background-color: rgb(129,113,196); }
div.DivClassName
{
background-color: #8171C4;
}
.BgClassName
{
background-color: #8171C4;
}
</style>
border-color css
<style>
span { border-color: #8171C4; }
span { border-color: rgb(129,113,196); }
td.TdClassName
{
border-color: #8171C4;
}
.TagClassName
{
border-color: #8171C4;
}
</style>