Shades of Moody Blue #8377BA
Tints of Moody Blue #8377BA
RGB
CMYK
RGB Variations
Color information
#8377BA (or 0x8377BA) is known color: Moody Blue. HEX triplet: 83, 77 and BA. RGB value is (131,119,186). Sum of RGB (Red+Green+Blue) = 131+119+186=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8377BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377BA is #7C8845. Grayscale: #818181. Windows color (decimal): -8161350 or 12220291. OLE color: 12220291.
HSL color Cylindrical-coordinate representation of color #8377BA: hue angle of 250.75º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8377BA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 119 | 186 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.27 |
| HSL | 250.75º | 0.33% | 0.6% | - |
| HSV(B) | 250.75º | 0.36% | 0.73% | - |
| XYZ | 24.82 | 21.56 | 49.31 | - |
| YUV | 130.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 186 | 0.30 | 0.36 | 0 | 0.27 | 250.75 | 0.33 | 0.6 |
| Hex | 83 | 77 | BA | 1E | 24 | 0 | 1B | FB | 21 | 3C |
| Octal | 203 | 167 | 272 | 36 | 44 | 0 | 33 | 373 | 41 | 74 |
| Binary | 10000011 | 1110111 | 10111010 | 11110 | 100100 | 0 | 11011 | 11111011 | 100001 | 111100 |
Color Harmonies of #8377BA
Complementary color
Monochromatic Colors of #8377BA
Black with #8377BA
Text Example
Text Example
White with #8377BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377BA; }
p { color: rgb(131,119,186); }
H1.HeaderClassName
{
color: #8377BA;
}
.AnyTagClassName
{
color: #8377BA;
}
</style>
background-color css
<style>
a { background-color: #8377BA; }
a { background-color: rgb(131,119,186); }
div.DivClassName
{
background-color: #8377BA;
}
.BgClassName
{
background-color: #8377BA;
}
</style>
border-color css
<style>
span { border-color: #8377BA; }
span { border-color: rgb(131,119,186); }
td.TdClassName
{
border-color: #8377BA;
}
.TagClassName
{
border-color: #8377BA;
}
</style>