Shades of Moody Blue #8276DB
Tints of Moody Blue #8276DB
RGB
CMYK
RGB Variations
Color information
#8276DB (or 0x8276DB) is known color: Moody Blue. HEX triplet: 82, 76 and DB. RGB value is (130,118,219). Sum of RGB (Red+Green+Blue) = 130+118+219=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8276DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276DB is #7D8924. Grayscale: #848484. Windows color (decimal): -8227109 or 14382722. OLE color: 14382722.
HSL color Cylindrical-coordinate representation of color #8276DB: hue angle of 247.13º 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 #8276DB is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 118 | 219 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.14 |
| HSL | 247.13º | 0.58% | 0.66% | - |
| HSV(B) | 247.13º | 0.46% | 0.86% | - |
| XYZ | 28.47 | 22.82 | 69.92 | - |
| YUV | 133.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 219 | 0.41 | 0.46 | 0 | 0.14 | 247.13 | 0.58 | 0.66 |
| Hex | 82 | 76 | DB | 29 | 2E | 0 | E | F7 | 3A | 42 |
| Octal | 202 | 166 | 333 | 51 | 56 | 0 | 16 | 367 | 72 | 102 |
| Binary | 10000010 | 1110110 | 11011011 | 101001 | 101110 | 0 | 1110 | 11110111 | 111010 | 1000010 |
Color Harmonies of #8276DB
Complementary color
Monochromatic Colors of #8276DB
Black with #8276DB
Text Example
Text Example
White with #8276DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8276DB; }
p { color: rgb(130,118,219); }
H1.HeaderClassName
{
color: #8276DB;
}
.AnyTagClassName
{
color: #8276DB;
}
</style>
background-color css
<style>
a { background-color: #8276DB; }
a { background-color: rgb(130,118,219); }
div.DivClassName
{
background-color: #8276DB;
}
.BgClassName
{
background-color: #8276DB;
}
</style>
border-color css
<style>
span { border-color: #8276DB; }
span { border-color: rgb(130,118,219); }
td.TdClassName
{
border-color: #8276DB;
}
.TagClassName
{
border-color: #8276DB;
}
</style>