Shades of Moody Blue #827AB9
Tints of Moody Blue #827AB9
RGB
CMYK
RGB Variations
Color information
#827AB9 (or 0x827AB9) is known color: Moody Blue. HEX triplet: 82, 7A and B9. RGB value is (130,122,185). Sum of RGB (Red+Green+Blue) = 130+122+185=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #827AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AB9 is #7D8546. Grayscale: #838383. Windows color (decimal): -8226119 or 12155522. OLE color: 12155522.
HSL color Cylindrical-coordinate representation of color #827AB9: hue angle of 247.62º degrees, saturation: 0.31, 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 #827AB9 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 122 | 185 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 247.62º | 0.31% | 0.6% | - |
| HSV(B) | 247.62º | 0.34% | 0.73% | - |
| XYZ | 24.92 | 22.17 | 48.86 | - |
| YUV | 131.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 185 | 0.30 | 0.34 | 0 | 0.27 | 247.62 | 0.31 | 0.6 |
| Hex | 82 | 7A | B9 | 1E | 22 | 0 | 1B | F8 | 1F | 3C |
| Octal | 202 | 172 | 271 | 36 | 42 | 0 | 33 | 370 | 37 | 74 |
| Binary | 10000010 | 1111010 | 10111001 | 11110 | 100010 | 0 | 11011 | 11111000 | 11111 | 111100 |
Color Harmonies of #827AB9
Complementary color
Monochromatic Colors of #827AB9
Black with #827AB9
Text Example
Text Example
White with #827AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AB9; }
p { color: rgb(130,122,185); }
H1.HeaderClassName
{
color: #827AB9;
}
.AnyTagClassName
{
color: #827AB9;
}
</style>
background-color css
<style>
a { background-color: #827AB9; }
a { background-color: rgb(130,122,185); }
div.DivClassName
{
background-color: #827AB9;
}
.BgClassName
{
background-color: #827AB9;
}
</style>
border-color css
<style>
span { border-color: #827AB9; }
span { border-color: rgb(130,122,185); }
td.TdClassName
{
border-color: #827AB9;
}
.TagClassName
{
border-color: #827AB9;
}
</style>