Shades of Moody Blue #8276D3
Tints of Moody Blue #8276D3
RGB
CMYK
RGB Variations
Color information
#8276D3 (or 0x8276D3) is known color: Moody Blue. HEX triplet: 82, 76 and D3. RGB value is (130,118,211). Sum of RGB (Red+Green+Blue) = 130+118+211=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #8276D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276D3 is #7D892C. Grayscale: #838383. Windows color (decimal): -8227117 or 13858434. OLE color: 13858434.
HSL color Cylindrical-coordinate representation of color #8276D3: hue angle of 247.74º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8276D3 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 118 | 211 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.17 |
| HSL | 247.74º | 0.51% | 0.65% | - |
| HSV(B) | 247.74º | 0.44% | 0.83% | - |
| XYZ | 27.44 | 22.41 | 64.51 | - |
| YUV | 132.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 211 | 0.38 | 0.44 | 0 | 0.17 | 247.74 | 0.51 | 0.65 |
| Hex | 82 | 76 | D3 | 26 | 2C | 0 | 11 | F8 | 33 | 41 |
| Octal | 202 | 166 | 323 | 46 | 54 | 0 | 21 | 370 | 63 | 101 |
| Binary | 10000010 | 1110110 | 11010011 | 100110 | 101100 | 0 | 10001 | 11111000 | 110011 | 1000001 |
Color Harmonies of #8276D3
Complementary color
Monochromatic Colors of #8276D3
Black with #8276D3
Text Example
Text Example
White with #8276D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8276D3; }
p { color: rgb(130,118,211); }
H1.HeaderClassName
{
color: #8276D3;
}
.AnyTagClassName
{
color: #8276D3;
}
</style>
background-color css
<style>
a { background-color: #8276D3; }
a { background-color: rgb(130,118,211); }
div.DivClassName
{
background-color: #8276D3;
}
.BgClassName
{
background-color: #8276D3;
}
</style>
border-color css
<style>
span { border-color: #8276D3; }
span { border-color: rgb(130,118,211); }
td.TdClassName
{
border-color: #8276D3;
}
.TagClassName
{
border-color: #8276D3;
}
</style>