Shades of Moody Blue #827DBB
Tints of Moody Blue #827DBB
RGB
CMYK
RGB Variations
Color information
#827DBB (or 0x827DBB) is known color: Moody Blue. HEX triplet: 82, 7D and BB. RGB value is (130,125,187). Sum of RGB (Red+Green+Blue) = 130+125+187=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #827DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DBB is #7D8244. Grayscale: #858585. Windows color (decimal): -8225349 or 12287362. OLE color: 12287362.
HSL color Cylindrical-coordinate representation of color #827DBB: hue angle of 244.84º 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 #827DBB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 125 | 187 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.27 |
| HSL | 244.84º | 0.31% | 0.61% | - |
| HSV(B) | 244.84º | 0.33% | 0.73% | - |
| XYZ | 25.51 | 23 | 50.11 | - |
| YUV | 133.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 187 | 0.30 | 0.33 | 0 | 0.27 | 244.84 | 0.31 | 0.61 |
| Hex | 82 | 7D | BB | 1E | 21 | 0 | 1B | F5 | 1F | 3D |
| Octal | 202 | 175 | 273 | 36 | 41 | 0 | 33 | 365 | 37 | 75 |
| Binary | 10000010 | 1111101 | 10111011 | 11110 | 100001 | 0 | 11011 | 11110101 | 11111 | 111101 |
Color Harmonies of #827DBB
Complementary color
Monochromatic Colors of #827DBB
Black with #827DBB
Text Example
Text Example
White with #827DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DBB; }
p { color: rgb(130,125,187); }
H1.HeaderClassName
{
color: #827DBB;
}
.AnyTagClassName
{
color: #827DBB;
}
</style>
background-color css
<style>
a { background-color: #827DBB; }
a { background-color: rgb(130,125,187); }
div.DivClassName
{
background-color: #827DBB;
}
.BgClassName
{
background-color: #827DBB;
}
</style>
border-color css
<style>
span { border-color: #827DBB; }
span { border-color: rgb(130,125,187); }
td.TdClassName
{
border-color: #827DBB;
}
.TagClassName
{
border-color: #827DBB;
}
</style>