Shades of Moody Blue #827ECC
Tints of Moody Blue #827ECC
RGB
CMYK
RGB Variations
Color information
#827ECC (or 0x827ECC) is known color: Moody Blue. HEX triplet: 82, 7E and CC. RGB value is (130,126,204). Sum of RGB (Red+Green+Blue) = 130+126+204=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #827ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ECC is #7D8133. Grayscale: #878787. Windows color (decimal): -8225076 or 13401730. OLE color: 13401730.
HSL color Cylindrical-coordinate representation of color #827ECC: hue angle of 243.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827ECC is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 126 | 204 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.2 |
| HSL | 243.08º | 0.43% | 0.65% | - |
| HSV(B) | 243.08º | 0.38% | 0.8% | - |
| XYZ | 27.57 | 24.03 | 60.31 | - |
| YUV | 136.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 204 | 0.36 | 0.38 | 0 | 0.2 | 243.08 | 0.43 | 0.65 |
| Hex | 82 | 7E | CC | 24 | 26 | 0 | 14 | F3 | 2B | 41 |
| Octal | 202 | 176 | 314 | 44 | 46 | 0 | 24 | 363 | 53 | 101 |
| Binary | 10000010 | 1111110 | 11001100 | 100100 | 100110 | 0 | 10100 | 11110011 | 101011 | 1000001 |
Color Harmonies of #827ECC
Complementary color
Monochromatic Colors of #827ECC
Black with #827ECC
Text Example
Text Example
White with #827ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ECC; }
p { color: rgb(130,126,204); }
H1.HeaderClassName
{
color: #827ECC;
}
.AnyTagClassName
{
color: #827ECC;
}
</style>
background-color css
<style>
a { background-color: #827ECC; }
a { background-color: rgb(130,126,204); }
div.DivClassName
{
background-color: #827ECC;
}
.BgClassName
{
background-color: #827ECC;
}
</style>
border-color css
<style>
span { border-color: #827ECC; }
span { border-color: rgb(130,126,204); }
td.TdClassName
{
border-color: #827ECC;
}
.TagClassName
{
border-color: #827ECC;
}
</style>