Shades of Moody Blue #8374C1
Tints of Moody Blue #8374C1
RGB
CMYK
RGB Variations
Color information
#8374C1 (or 0x8374C1) is known color: Moody Blue. HEX triplet: 83, 74 and C1. RGB value is (131,116,193). Sum of RGB (Red+Green+Blue) = 131+116+193=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #8374C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374C1 is #7C8B3E. Grayscale: #808080. Windows color (decimal): -8162111 or 12678275. OLE color: 12678275.
HSL color Cylindrical-coordinate representation of color #8374C1: hue angle of 251.69º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8374C1 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 116 | 193 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.24 |
| HSL | 251.69º | 0.38% | 0.61% | - |
| HSV(B) | 251.69º | 0.4% | 0.76% | - |
| XYZ | 25.23 | 21.17 | 53.21 | - |
| YUV | 129.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 193 | 0.32 | 0.40 | 0 | 0.24 | 251.69 | 0.38 | 0.61 |
| Hex | 83 | 74 | C1 | 20 | 28 | 0 | 18 | FC | 26 | 3D |
| Octal | 203 | 164 | 301 | 40 | 50 | 0 | 30 | 374 | 46 | 75 |
| Binary | 10000011 | 1110100 | 11000001 | 100000 | 101000 | 0 | 11000 | 11111100 | 100110 | 111101 |
Color Harmonies of #8374C1
Complementary color
Monochromatic Colors of #8374C1
Black with #8374C1
Text Example
Text Example
White with #8374C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374C1; }
p { color: rgb(131,116,193); }
H1.HeaderClassName
{
color: #8374C1;
}
.AnyTagClassName
{
color: #8374C1;
}
</style>
background-color css
<style>
a { background-color: #8374C1; }
a { background-color: rgb(131,116,193); }
div.DivClassName
{
background-color: #8374C1;
}
.BgClassName
{
background-color: #8374C1;
}
</style>
border-color css
<style>
span { border-color: #8374C1; }
span { border-color: rgb(131,116,193); }
td.TdClassName
{
border-color: #8374C1;
}
.TagClassName
{
border-color: #8374C1;
}
</style>