Shades of Moody Blue #827FB9
Tints of Moody Blue #827FB9
RGB
CMYK
RGB Variations
Color information
#827FB9 (or 0x827FB9) is known color: Moody Blue. HEX triplet: 82, 7F and B9. RGB value is (130,127,185). Sum of RGB (Red+Green+Blue) = 130+127+185=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #827FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FB9 is #7D8046. Grayscale: #868686. Windows color (decimal): -8224839 or 12156802. OLE color: 12156802.
HSL color Cylindrical-coordinate representation of color #827FB9: hue angle of 243.1º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #827FB9 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 127 | 185 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.27 |
| HSL | 243.1º | 0.29% | 0.61% | - |
| HSV(B) | 243.1º | 0.31% | 0.73% | - |
| XYZ | 25.55 | 23.43 | 49.07 | - |
| YUV | 134.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 185 | 0.30 | 0.31 | 0 | 0.27 | 243.1 | 0.29 | 0.61 |
| Hex | 82 | 7F | B9 | 1E | 1F | 0 | 1B | F3 | 1D | 3D |
| Octal | 202 | 177 | 271 | 36 | 37 | 0 | 33 | 363 | 35 | 75 |
| Binary | 10000010 | 1111111 | 10111001 | 11110 | 11111 | 0 | 11011 | 11110011 | 11101 | 111101 |
Color Harmonies of #827FB9
Complementary color
Monochromatic Colors of #827FB9
Black with #827FB9
Text Example
Text Example
White with #827FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FB9; }
p { color: rgb(130,127,185); }
H1.HeaderClassName
{
color: #827FB9;
}
.AnyTagClassName
{
color: #827FB9;
}
</style>
background-color css
<style>
a { background-color: #827FB9; }
a { background-color: rgb(130,127,185); }
div.DivClassName
{
background-color: #827FB9;
}
.BgClassName
{
background-color: #827FB9;
}
</style>
border-color css
<style>
span { border-color: #827FB9; }
span { border-color: rgb(130,127,185); }
td.TdClassName
{
border-color: #827FB9;
}
.TagClassName
{
border-color: #827FB9;
}
</style>