Shades of Moody Blue #827DBA
Tints of Moody Blue #827DBA
RGB
CMYK
RGB Variations
Color information
#827DBA (or 0x827DBA) is known color: Moody Blue. HEX triplet: 82, 7D and BA. RGB value is (130,125,186). Sum of RGB (Red+Green+Blue) = 130+125+186=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #827DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DBA is #7D8245. Grayscale: #858585. Windows color (decimal): -8225350 or 12221826. OLE color: 12221826.
HSL color Cylindrical-coordinate representation of color #827DBA: hue angle of 244.92º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827DBA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 125 | 186 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.27 |
| HSL | 244.92º | 0.31% | 0.61% | - |
| HSV(B) | 244.92º | 0.33% | 0.73% | - |
| XYZ | 25.4 | 22.96 | 49.55 | - |
| YUV | 133.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 186 | 0.30 | 0.33 | 0 | 0.27 | 244.92 | 0.31 | 0.61 |
| Hex | 82 | 7D | BA | 1E | 21 | 0 | 1B | F5 | 1F | 3D |
| Octal | 202 | 175 | 272 | 36 | 41 | 0 | 33 | 365 | 37 | 75 |
| Binary | 10000010 | 1111101 | 10111010 | 11110 | 100001 | 0 | 11011 | 11110101 | 11111 | 111101 |
Color Harmonies of #827DBA
Complementary color
Monochromatic Colors of #827DBA
Black with #827DBA
Text Example
Text Example
White with #827DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DBA; }
p { color: rgb(130,125,186); }
H1.HeaderClassName
{
color: #827DBA;
}
.AnyTagClassName
{
color: #827DBA;
}
</style>
background-color css
<style>
a { background-color: #827DBA; }
a { background-color: rgb(130,125,186); }
div.DivClassName
{
background-color: #827DBA;
}
.BgClassName
{
background-color: #827DBA;
}
</style>
border-color css
<style>
span { border-color: #827DBA; }
span { border-color: rgb(130,125,186); }
td.TdClassName
{
border-color: #827DBA;
}
.TagClassName
{
border-color: #827DBA;
}
</style>