Shades of Moody Blue #827FB5
Tints of Moody Blue #827FB5
RGB
CMYK
RGB Variations
Color information
#827FB5 (or 0x827FB5) is known color: Moody Blue. HEX triplet: 82, 7F and B5. RGB value is (130,127,181). Sum of RGB (Red+Green+Blue) = 130+127+181=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #827FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FB5 is #7D804A. Grayscale: #858585. Windows color (decimal): -8224843 or 11894658. OLE color: 11894658.
HSL color Cylindrical-coordinate representation of color #827FB5: hue angle of 243.33º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827FB5 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 127 | 181 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.29 |
| HSL | 243.33º | 0.27% | 0.6% | - |
| HSV(B) | 243.33º | 0.3% | 0.71% | - |
| XYZ | 25.14 | 23.26 | 46.88 | - |
| YUV | 134.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 181 | 0.28 | 0.30 | 0 | 0.29 | 243.33 | 0.27 | 0.6 |
| Hex | 82 | 7F | B5 | 1C | 1E | 0 | 1D | F3 | 1B | 3C |
| Octal | 202 | 177 | 265 | 34 | 36 | 0 | 35 | 363 | 33 | 74 |
| Binary | 10000010 | 1111111 | 10110101 | 11100 | 11110 | 0 | 11101 | 11110011 | 11011 | 111100 |
Color Harmonies of #827FB5
Complementary color
Monochromatic Colors of #827FB5
Black with #827FB5
Text Example
Text Example
White with #827FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FB5; }
p { color: rgb(130,127,181); }
H1.HeaderClassName
{
color: #827FB5;
}
.AnyTagClassName
{
color: #827FB5;
}
</style>
background-color css
<style>
a { background-color: #827FB5; }
a { background-color: rgb(130,127,181); }
div.DivClassName
{
background-color: #827FB5;
}
.BgClassName
{
background-color: #827FB5;
}
</style>
border-color css
<style>
span { border-color: #827FB5; }
span { border-color: rgb(130,127,181); }
td.TdClassName
{
border-color: #827FB5;
}
.TagClassName
{
border-color: #827FB5;
}
</style>