Shades of Moody Blue #8376CC
Tints of Moody Blue #8376CC
RGB
CMYK
RGB Variations
Color information
#8376CC (or 0x8376CC) is known color: Moody Blue. HEX triplet: 83, 76 and CC. RGB value is (131,118,204). Sum of RGB (Red+Green+Blue) = 131+118+204=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8376CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376CC is #7C8933. Grayscale: #838383. Windows color (decimal): -8161588 or 13399683. OLE color: 13399683.
HSL color Cylindrical-coordinate representation of color #8376CC: hue angle of 249.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8376CC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 118 | 204 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.2 |
| HSL | 249.07º | 0.46% | 0.63% | - |
| HSV(B) | 249.07º | 0.42% | 0.8% | - |
| XYZ | 26.74 | 22.14 | 59.99 | - |
| YUV | 131.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 204 | 0.36 | 0.42 | 0 | 0.2 | 249.07 | 0.46 | 0.63 |
| Hex | 83 | 76 | CC | 24 | 2A | 0 | 14 | F9 | 2E | 3F |
| Octal | 203 | 166 | 314 | 44 | 52 | 0 | 24 | 371 | 56 | 77 |
| Binary | 10000011 | 1110110 | 11001100 | 100100 | 101010 | 0 | 10100 | 11111001 | 101110 | 111111 |
Color Harmonies of #8376CC
Complementary color
Monochromatic Colors of #8376CC
Black with #8376CC
Text Example
Text Example
White with #8376CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376CC; }
p { color: rgb(131,118,204); }
H1.HeaderClassName
{
color: #8376CC;
}
.AnyTagClassName
{
color: #8376CC;
}
</style>
background-color css
<style>
a { background-color: #8376CC; }
a { background-color: rgb(131,118,204); }
div.DivClassName
{
background-color: #8376CC;
}
.BgClassName
{
background-color: #8376CC;
}
</style>
border-color css
<style>
span { border-color: #8376CC; }
span { border-color: rgb(131,118,204); }
td.TdClassName
{
border-color: #8376CC;
}
.TagClassName
{
border-color: #8376CC;
}
</style>