Shades of Moody Blue #8376CA
Tints of Moody Blue #8376CA
RGB
CMYK
RGB Variations
Color information
#8376CA (or 0x8376CA) is known color: Moody Blue. HEX triplet: 83, 76 and CA. RGB value is (131,118,202). Sum of RGB (Red+Green+Blue) = 131+118+202=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #8376CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376CA is #7C8935. Grayscale: #838383. Windows color (decimal): -8161590 or 13268611. OLE color: 13268611.
HSL color Cylindrical-coordinate representation of color #8376CA: hue angle of 249.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8376CA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 118 | 202 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.21 |
| HSL | 249.29º | 0.44% | 0.63% | - |
| HSV(B) | 249.29º | 0.42% | 0.79% | - |
| XYZ | 26.5 | 22.05 | 58.74 | - |
| YUV | 131.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 202 | 0.35 | 0.42 | 0 | 0.21 | 249.29 | 0.44 | 0.63 |
| Hex | 83 | 76 | CA | 23 | 2A | 0 | 15 | F9 | 2C | 3F |
| Octal | 203 | 166 | 312 | 43 | 52 | 0 | 25 | 371 | 54 | 77 |
| Binary | 10000011 | 1110110 | 11001010 | 100011 | 101010 | 0 | 10101 | 11111001 | 101100 | 111111 |
Color Harmonies of #8376CA
Complementary color
Monochromatic Colors of #8376CA
Black with #8376CA
Text Example
Text Example
White with #8376CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376CA; }
p { color: rgb(131,118,202); }
H1.HeaderClassName
{
color: #8376CA;
}
.AnyTagClassName
{
color: #8376CA;
}
</style>
background-color css
<style>
a { background-color: #8376CA; }
a { background-color: rgb(131,118,202); }
div.DivClassName
{
background-color: #8376CA;
}
.BgClassName
{
background-color: #8376CA;
}
</style>
border-color css
<style>
span { border-color: #8376CA; }
span { border-color: rgb(131,118,202); }
td.TdClassName
{
border-color: #8376CA;
}
.TagClassName
{
border-color: #8376CA;
}
</style>