Shades of Moody Blue #8276B6
Tints of Moody Blue #8276B6
RGB
CMYK
RGB Variations
Color information
#8276B6 (or 0x8276B6) is known color: Moody Blue. HEX triplet: 82, 76 and B6. RGB value is (130,118,182). Sum of RGB (Red+Green+Blue) = 130+118+182=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #8276B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276B6 is #7D8949. Grayscale: #808080. Windows color (decimal): -8227146 or 11957890. OLE color: 11957890.
HSL color Cylindrical-coordinate representation of color #8276B6: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8276B6 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 118 | 182 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.29 |
| HSL | 251.25º | 0.3% | 0.59% | - |
| HSV(B) | 251.25º | 0.35% | 0.71% | - |
| XYZ | 24.13 | 21.08 | 47.05 | - |
| YUV | 128.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 182 | 0.29 | 0.35 | 0 | 0.29 | 251.25 | 0.3 | 0.59 |
| Hex | 82 | 76 | B6 | 1D | 23 | 0 | 1D | FB | 1E | 3B |
| Octal | 202 | 166 | 266 | 35 | 43 | 0 | 35 | 373 | 36 | 73 |
| Binary | 10000010 | 1110110 | 10110110 | 11101 | 100011 | 0 | 11101 | 11111011 | 11110 | 111011 |
Color Harmonies of #8276B6
Complementary color
Monochromatic Colors of #8276B6
Black with #8276B6
Text Example
Text Example
White with #8276B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8276B6; }
p { color: rgb(130,118,182); }
H1.HeaderClassName
{
color: #8276B6;
}
.AnyTagClassName
{
color: #8276B6;
}
</style>
background-color css
<style>
a { background-color: #8276B6; }
a { background-color: rgb(130,118,182); }
div.DivClassName
{
background-color: #8276B6;
}
.BgClassName
{
background-color: #8276B6;
}
</style>
border-color css
<style>
span { border-color: #8276B6; }
span { border-color: rgb(130,118,182); }
td.TdClassName
{
border-color: #8276B6;
}
.TagClassName
{
border-color: #8276B6;
}
</style>