Shades of Moody Blue #827FBC
Tints of Moody Blue #827FBC
RGB
CMYK
RGB Variations
Color information
#827FBC (or 0x827FBC) is known color: Moody Blue. HEX triplet: 82, 7F and BC. RGB value is (130,127,188). Sum of RGB (Red+Green+Blue) = 130+127+188=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #827FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FBC is #7D8043. Grayscale: #868686. Windows color (decimal): -8224836 or 12353410. OLE color: 12353410.
HSL color Cylindrical-coordinate representation of color #827FBC: hue angle of 242.95º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827FBC is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 127 | 188 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.26 |
| HSL | 242.95º | 0.31% | 0.62% | - |
| HSV(B) | 242.95º | 0.32% | 0.74% | - |
| XYZ | 25.87 | 23.56 | 50.76 | - |
| YUV | 134.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 188 | 0.31 | 0.32 | 0 | 0.26 | 242.95 | 0.31 | 0.62 |
| Hex | 82 | 7F | BC | 1F | 20 | 0 | 1A | F3 | 1F | 3E |
| Octal | 202 | 177 | 274 | 37 | 40 | 0 | 32 | 363 | 37 | 76 |
| Binary | 10000010 | 1111111 | 10111100 | 11111 | 100000 | 0 | 11010 | 11110011 | 11111 | 111110 |
Color Harmonies of #827FBC
Complementary color
Monochromatic Colors of #827FBC
Black with #827FBC
Text Example
Text Example
White with #827FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FBC; }
p { color: rgb(130,127,188); }
H1.HeaderClassName
{
color: #827FBC;
}
.AnyTagClassName
{
color: #827FBC;
}
</style>
background-color css
<style>
a { background-color: #827FBC; }
a { background-color: rgb(130,127,188); }
div.DivClassName
{
background-color: #827FBC;
}
.BgClassName
{
background-color: #827FBC;
}
</style>
border-color css
<style>
span { border-color: #827FBC; }
span { border-color: rgb(130,127,188); }
td.TdClassName
{
border-color: #827FBC;
}
.TagClassName
{
border-color: #827FBC;
}
</style>