Shades of Moody Blue #8377C1
Tints of Moody Blue #8377C1
RGB
CMYK
RGB Variations
Color information
#8377C1 (or 0x8377C1) is known color: Moody Blue. HEX triplet: 83, 77 and C1. RGB value is (131,119,193). Sum of RGB (Red+Green+Blue) = 131+119+193=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #8377C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377C1 is #7C883E. Grayscale: #828282. Windows color (decimal): -8161343 or 12679043. OLE color: 12679043.
HSL color Cylindrical-coordinate representation of color #8377C1: hue angle of 249.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8377C1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 119 | 193 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.24 |
| HSL | 249.73º | 0.37% | 0.61% | - |
| HSV(B) | 249.73º | 0.38% | 0.76% | - |
| XYZ | 25.58 | 21.87 | 53.32 | - |
| YUV | 131.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 193 | 0.32 | 0.38 | 0 | 0.24 | 249.73 | 0.37 | 0.61 |
| Hex | 83 | 77 | C1 | 20 | 26 | 0 | 18 | FA | 25 | 3D |
| Octal | 203 | 167 | 301 | 40 | 46 | 0 | 30 | 372 | 45 | 75 |
| Binary | 10000011 | 1110111 | 11000001 | 100000 | 100110 | 0 | 11000 | 11111010 | 100101 | 111101 |
Color Harmonies of #8377C1
Complementary color
Monochromatic Colors of #8377C1
Black with #8377C1
Text Example
Text Example
White with #8377C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377C1; }
p { color: rgb(131,119,193); }
H1.HeaderClassName
{
color: #8377C1;
}
.AnyTagClassName
{
color: #8377C1;
}
</style>
background-color css
<style>
a { background-color: #8377C1; }
a { background-color: rgb(131,119,193); }
div.DivClassName
{
background-color: #8377C1;
}
.BgClassName
{
background-color: #8377C1;
}
</style>
border-color css
<style>
span { border-color: #8377C1; }
span { border-color: rgb(131,119,193); }
td.TdClassName
{
border-color: #8377C1;
}
.TagClassName
{
border-color: #8377C1;
}
</style>