Shades of Moody Blue #8175BE
Tints of Moody Blue #8175BE
RGB
CMYK
RGB Variations
Color information
#8175BE (or 0x8175BE) is known color: Moody Blue. HEX triplet: 81, 75 and BE. RGB value is (129,117,190). Sum of RGB (Red+Green+Blue) = 129+117+190=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8175BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175BE is #7E8A41. Grayscale: #808080. Windows color (decimal): -8292930 or 12481921. OLE color: 12481921.
HSL color Cylindrical-coordinate representation of color #8175BE: hue angle of 249.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8175BE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 117 | 190 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.25 |
| HSL | 249.86º | 0.36% | 0.6% | - |
| HSV(B) | 249.86º | 0.38% | 0.75% | - |
| XYZ | 24.71 | 21.11 | 51.49 | - |
| YUV | 128.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 190 | 0.32 | 0.38 | 0 | 0.25 | 249.86 | 0.36 | 0.6 |
| Hex | 81 | 75 | BE | 20 | 26 | 0 | 19 | FA | 24 | 3C |
| Octal | 201 | 165 | 276 | 40 | 46 | 0 | 31 | 372 | 44 | 74 |
| Binary | 10000001 | 1110101 | 10111110 | 100000 | 100110 | 0 | 11001 | 11111010 | 100100 | 111100 |
Color Harmonies of #8175BE
Complementary color
Monochromatic Colors of #8175BE
Black with #8175BE
Text Example
Text Example
White with #8175BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8175BE; }
p { color: rgb(129,117,190); }
H1.HeaderClassName
{
color: #8175BE;
}
.AnyTagClassName
{
color: #8175BE;
}
</style>
background-color css
<style>
a { background-color: #8175BE; }
a { background-color: rgb(129,117,190); }
div.DivClassName
{
background-color: #8175BE;
}
.BgClassName
{
background-color: #8175BE;
}
</style>
border-color css
<style>
span { border-color: #8175BE; }
span { border-color: rgb(129,117,190); }
td.TdClassName
{
border-color: #8175BE;
}
.TagClassName
{
border-color: #8175BE;
}
</style>