Shades of Moody Blue #8172C3
Tints of Moody Blue #8172C3
RGB
CMYK
RGB Variations
Color information
#8172C3 (or 0x8172C3) is known color: Moody Blue. HEX triplet: 81, 72 and C3. RGB value is (129,114,195). Sum of RGB (Red+Green+Blue) = 129+114+195=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #8172C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172C3 is #7E8D3C. Grayscale: #7F7F7F. Windows color (decimal): -8293693 or 12808833. OLE color: 12808833.
HSL color Cylindrical-coordinate representation of color #8172C3: hue angle of 251.11º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8172C3 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 114 | 195 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.24 |
| HSL | 251.11º | 0.4% | 0.61% | - |
| HSV(B) | 251.11º | 0.42% | 0.76% | - |
| XYZ | 24.92 | 20.64 | 54.3 | - |
| YUV | 127.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 195 | 0.34 | 0.42 | 0 | 0.24 | 251.11 | 0.4 | 0.61 |
| Hex | 81 | 72 | C3 | 22 | 2A | 0 | 18 | FB | 28 | 3D |
| Octal | 201 | 162 | 303 | 42 | 52 | 0 | 30 | 373 | 50 | 75 |
| Binary | 10000001 | 1110010 | 11000011 | 100010 | 101010 | 0 | 11000 | 11111011 | 101000 | 111101 |
Color Harmonies of #8172C3
Complementary color
Monochromatic Colors of #8172C3
Black with #8172C3
Text Example
Text Example
White with #8172C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172C3; }
p { color: rgb(129,114,195); }
H1.HeaderClassName
{
color: #8172C3;
}
.AnyTagClassName
{
color: #8172C3;
}
</style>
background-color css
<style>
a { background-color: #8172C3; }
a { background-color: rgb(129,114,195); }
div.DivClassName
{
background-color: #8172C3;
}
.BgClassName
{
background-color: #8172C3;
}
</style>
border-color css
<style>
span { border-color: #8172C3; }
span { border-color: rgb(129,114,195); }
td.TdClassName
{
border-color: #8172C3;
}
.TagClassName
{
border-color: #8172C3;
}
</style>