Shades of Moody Blue #827AB5
Tints of Moody Blue #827AB5
RGB
CMYK
RGB Variations
Color information
#827AB5 (or 0x827AB5) is known color: Moody Blue. HEX triplet: 82, 7A and B5. RGB value is (130,122,181). Sum of RGB (Red+Green+Blue) = 130+122+181=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #827AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AB5 is #7D854A. Grayscale: #828282. Windows color (decimal): -8226123 or 11893378. OLE color: 11893378.
HSL color Cylindrical-coordinate representation of color #827AB5: hue angle of 248.14º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827AB5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 122 | 181 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.29 |
| HSL | 248.14º | 0.29% | 0.59% | - |
| HSV(B) | 248.14º | 0.33% | 0.71% | - |
| XYZ | 24.51 | 22 | 46.67 | - |
| YUV | 131.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 181 | 0.28 | 0.33 | 0 | 0.29 | 248.14 | 0.29 | 0.59 |
| Hex | 82 | 7A | B5 | 1C | 21 | 0 | 1D | F8 | 1D | 3B |
| Octal | 202 | 172 | 265 | 34 | 41 | 0 | 35 | 370 | 35 | 73 |
| Binary | 10000010 | 1111010 | 10110101 | 11100 | 100001 | 0 | 11101 | 11111000 | 11101 | 111011 |
Color Harmonies of #827AB5
Complementary color
Monochromatic Colors of #827AB5
Black with #827AB5
Text Example
Text Example
White with #827AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AB5; }
p { color: rgb(130,122,181); }
H1.HeaderClassName
{
color: #827AB5;
}
.AnyTagClassName
{
color: #827AB5;
}
</style>
background-color css
<style>
a { background-color: #827AB5; }
a { background-color: rgb(130,122,181); }
div.DivClassName
{
background-color: #827AB5;
}
.BgClassName
{
background-color: #827AB5;
}
</style>
border-color css
<style>
span { border-color: #827AB5; }
span { border-color: rgb(130,122,181); }
td.TdClassName
{
border-color: #827AB5;
}
.TagClassName
{
border-color: #827AB5;
}
</style>