Shades of Moody Blue #8375BA
Tints of Moody Blue #8375BA
RGB
CMYK
RGB Variations
Color information
#8375BA (or 0x8375BA) is known color: Moody Blue. HEX triplet: 83, 75 and BA. RGB value is (131,117,186). Sum of RGB (Red+Green+Blue) = 131+117+186=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8375BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375BA is #7C8A45. Grayscale: #808080. Windows color (decimal): -8161862 or 12219779. OLE color: 12219779.
HSL color Cylindrical-coordinate representation of color #8375BA: hue angle of 252.17º 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 #8375BA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 117 | 186 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.27 |
| HSL | 252.17º | 0.33% | 0.59% | - |
| HSV(B) | 252.17º | 0.37% | 0.73% | - |
| XYZ | 24.58 | 21.09 | 49.23 | - |
| YUV | 129.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 186 | 0.30 | 0.37 | 0 | 0.27 | 252.17 | 0.33 | 0.59 |
| Hex | 83 | 75 | BA | 1E | 25 | 0 | 1B | FC | 21 | 3B |
| Octal | 203 | 165 | 272 | 36 | 45 | 0 | 33 | 374 | 41 | 73 |
| Binary | 10000011 | 1110101 | 10111010 | 11110 | 100101 | 0 | 11011 | 11111100 | 100001 | 111011 |
Color Harmonies of #8375BA
Complementary color
Monochromatic Colors of #8375BA
Black with #8375BA
Text Example
Text Example
White with #8375BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375BA; }
p { color: rgb(131,117,186); }
H1.HeaderClassName
{
color: #8375BA;
}
.AnyTagClassName
{
color: #8375BA;
}
</style>
background-color css
<style>
a { background-color: #8375BA; }
a { background-color: rgb(131,117,186); }
div.DivClassName
{
background-color: #8375BA;
}
.BgClassName
{
background-color: #8375BA;
}
</style>
border-color css
<style>
span { border-color: #8375BA; }
span { border-color: rgb(131,117,186); }
td.TdClassName
{
border-color: #8375BA;
}
.TagClassName
{
border-color: #8375BA;
}
</style>