Shades of Moody Blue #827ABA
Tints of Moody Blue #827ABA
RGB
CMYK
RGB Variations
Color information
#827ABA (or 0x827ABA) is known color: Moody Blue. HEX triplet: 82, 7A and BA. RGB value is (130,122,186). Sum of RGB (Red+Green+Blue) = 130+122+186=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #827ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ABA is #7D8545. Grayscale: #838383. Windows color (decimal): -8226118 or 12221058. OLE color: 12221058.
HSL color Cylindrical-coordinate representation of color #827ABA: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827ABA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 122 | 186 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 247.5º | 0.32% | 0.6% | - |
| HSV(B) | 247.5º | 0.34% | 0.73% | - |
| XYZ | 25.03 | 22.21 | 49.42 | - |
| YUV | 131.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 186 | 0.30 | 0.34 | 0 | 0.27 | 247.5 | 0.32 | 0.6 |
| Hex | 82 | 7A | BA | 1E | 22 | 0 | 1B | F8 | 20 | 3C |
| Octal | 202 | 172 | 272 | 36 | 42 | 0 | 33 | 370 | 40 | 74 |
| Binary | 10000010 | 1111010 | 10111010 | 11110 | 100010 | 0 | 11011 | 11111000 | 100000 | 111100 |
Color Harmonies of #827ABA
Complementary color
Monochromatic Colors of #827ABA
Black with #827ABA
Text Example
Text Example
White with #827ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ABA; }
p { color: rgb(130,122,186); }
H1.HeaderClassName
{
color: #827ABA;
}
.AnyTagClassName
{
color: #827ABA;
}
</style>
background-color css
<style>
a { background-color: #827ABA; }
a { background-color: rgb(130,122,186); }
div.DivClassName
{
background-color: #827ABA;
}
.BgClassName
{
background-color: #827ABA;
}
</style>
border-color css
<style>
span { border-color: #827ABA; }
span { border-color: rgb(130,122,186); }
td.TdClassName
{
border-color: #827ABA;
}
.TagClassName
{
border-color: #827ABA;
}
</style>