Shades of Moody Blue #8075BA
Tints of Moody Blue #8075BA
RGB
CMYK
RGB Variations
Color information
#8075BA (or 0x8075BA) is known color: Moody Blue. HEX triplet: 80, 75 and BA. RGB value is (128,117,186). Sum of RGB (Red+Green+Blue) = 128+117+186=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8075BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075BA is #7F8A45. Grayscale: #7F7F7F. Windows color (decimal): -8358470 or 12219776. OLE color: 12219776.
HSL color Cylindrical-coordinate representation of color #8075BA: hue angle of 249.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8075BA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 117 | 186 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.27 |
| HSL | 249.57º | 0.33% | 0.59% | - |
| HSV(B) | 249.57º | 0.37% | 0.73% | - |
| XYZ | 24.13 | 20.86 | 49.21 | - |
| YUV | 128.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 186 | 0.31 | 0.37 | 0 | 0.27 | 249.57 | 0.33 | 0.59 |
| Hex | 80 | 75 | BA | 1F | 25 | 0 | 1B | FA | 21 | 3B |
| Octal | 200 | 165 | 272 | 37 | 45 | 0 | 33 | 372 | 41 | 73 |
| Binary | 10000000 | 1110101 | 10111010 | 11111 | 100101 | 0 | 11011 | 11111010 | 100001 | 111011 |
Color Harmonies of #8075BA
Complementary color
Monochromatic Colors of #8075BA
Black with #8075BA
Text Example
Text Example
White with #8075BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075BA; }
p { color: rgb(128,117,186); }
H1.HeaderClassName
{
color: #8075BA;
}
.AnyTagClassName
{
color: #8075BA;
}
</style>
background-color css
<style>
a { background-color: #8075BA; }
a { background-color: rgb(128,117,186); }
div.DivClassName
{
background-color: #8075BA;
}
.BgClassName
{
background-color: #8075BA;
}
</style>
border-color css
<style>
span { border-color: #8075BA; }
span { border-color: rgb(128,117,186); }
td.TdClassName
{
border-color: #8075BA;
}
.TagClassName
{
border-color: #8075BA;
}
</style>