Shades of Moody Blue #8175BC
Tints of Moody Blue #8175BC
RGB
CMYK
RGB Variations
Color information
#8175BC (or 0x8175BC) is known color: Moody Blue. HEX triplet: 81, 75 and BC. RGB value is (129,117,188). Sum of RGB (Red+Green+Blue) = 129+117+188=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #8175BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175BC is #7E8A43. Grayscale: #808080. Windows color (decimal): -8292932 or 12350849. OLE color: 12350849.
HSL color Cylindrical-coordinate representation of color #8175BC: hue angle of 250.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8175BC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 117 | 188 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.26 |
| HSL | 250.14º | 0.35% | 0.6% | - |
| HSV(B) | 250.14º | 0.38% | 0.74% | - |
| XYZ | 24.49 | 21.02 | 50.34 | - |
| YUV | 128.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 188 | 0.31 | 0.38 | 0 | 0.26 | 250.14 | 0.35 | 0.6 |
| Hex | 81 | 75 | BC | 1F | 26 | 0 | 1A | FA | 23 | 3C |
| Octal | 201 | 165 | 274 | 37 | 46 | 0 | 32 | 372 | 43 | 74 |
| Binary | 10000001 | 1110101 | 10111100 | 11111 | 100110 | 0 | 11010 | 11111010 | 100011 | 111100 |
Color Harmonies of #8175BC
Complementary color
Monochromatic Colors of #8175BC
Black with #8175BC
Text Example
Text Example
White with #8175BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8175BC; }
p { color: rgb(129,117,188); }
H1.HeaderClassName
{
color: #8175BC;
}
.AnyTagClassName
{
color: #8175BC;
}
</style>
background-color css
<style>
a { background-color: #8175BC; }
a { background-color: rgb(129,117,188); }
div.DivClassName
{
background-color: #8175BC;
}
.BgClassName
{
background-color: #8175BC;
}
</style>
border-color css
<style>
span { border-color: #8175BC; }
span { border-color: rgb(129,117,188); }
td.TdClassName
{
border-color: #8175BC;
}
.TagClassName
{
border-color: #8175BC;
}
</style>