Shades of Moody Blue #8376DB
Tints of Moody Blue #8376DB
RGB
CMYK
RGB Variations
Color information
#8376DB (or 0x8376DB) is known color: Moody Blue. HEX triplet: 83, 76 and DB. RGB value is (131,118,219). Sum of RGB (Red+Green+Blue) = 131+118+219=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #8376DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376DB is #7C8924. Grayscale: #858585. Windows color (decimal): -8161573 or 14382723. OLE color: 14382723.
HSL color Cylindrical-coordinate representation of color #8376DB: hue angle of 247.72º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8376DB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 118 | 219 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.14 |
| HSL | 247.72º | 0.58% | 0.66% | - |
| HSV(B) | 247.72º | 0.46% | 0.86% | - |
| XYZ | 28.62 | 22.9 | 69.93 | - |
| YUV | 133.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 219 | 0.40 | 0.46 | 0 | 0.14 | 247.72 | 0.58 | 0.66 |
| Hex | 83 | 76 | DB | 28 | 2E | 0 | E | F8 | 3A | 42 |
| Octal | 203 | 166 | 333 | 50 | 56 | 0 | 16 | 370 | 72 | 102 |
| Binary | 10000011 | 1110110 | 11011011 | 101000 | 101110 | 0 | 1110 | 11111000 | 111010 | 1000010 |
Color Harmonies of #8376DB
Complementary color
Monochromatic Colors of #8376DB
Black with #8376DB
Text Example
Text Example
White with #8376DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376DB; }
p { color: rgb(131,118,219); }
H1.HeaderClassName
{
color: #8376DB;
}
.AnyTagClassName
{
color: #8376DB;
}
</style>
background-color css
<style>
a { background-color: #8376DB; }
a { background-color: rgb(131,118,219); }
div.DivClassName
{
background-color: #8376DB;
}
.BgClassName
{
background-color: #8376DB;
}
</style>
border-color css
<style>
span { border-color: #8376DB; }
span { border-color: rgb(131,118,219); }
td.TdClassName
{
border-color: #8376DB;
}
.TagClassName
{
border-color: #8376DB;
}
</style>