Shades of Moody Blue #827FCE
Tints of Moody Blue #827FCE
RGB
CMYK
RGB Variations
Color information
#827FCE (or 0x827FCE) is known color: Moody Blue. HEX triplet: 82, 7F and CE. RGB value is (130,127,206). Sum of RGB (Red+Green+Blue) = 130+127+206=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #827FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FCE is #7D8031. Grayscale: #888888. Windows color (decimal): -8224818 or 13533058. OLE color: 13533058.
HSL color Cylindrical-coordinate representation of color #827FCE: hue angle of 242.28º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827FCE is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 127 | 206 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.19 |
| HSL | 242.28º | 0.45% | 0.65% | - |
| HSV(B) | 242.28º | 0.38% | 0.81% | - |
| XYZ | 27.94 | 24.38 | 61.63 | - |
| YUV | 136.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 206 | 0.37 | 0.38 | 0 | 0.19 | 242.28 | 0.45 | 0.65 |
| Hex | 82 | 7F | CE | 25 | 26 | 0 | 13 | F2 | 2D | 41 |
| Octal | 202 | 177 | 316 | 45 | 46 | 0 | 23 | 362 | 55 | 101 |
| Binary | 10000010 | 1111111 | 11001110 | 100101 | 100110 | 0 | 10011 | 11110010 | 101101 | 1000001 |
Color Harmonies of #827FCE
Complementary color
Monochromatic Colors of #827FCE
Black with #827FCE
Text Example
Text Example
White with #827FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FCE; }
p { color: rgb(130,127,206); }
H1.HeaderClassName
{
color: #827FCE;
}
.AnyTagClassName
{
color: #827FCE;
}
</style>
background-color css
<style>
a { background-color: #827FCE; }
a { background-color: rgb(130,127,206); }
div.DivClassName
{
background-color: #827FCE;
}
.BgClassName
{
background-color: #827FCE;
}
</style>
border-color css
<style>
span { border-color: #827FCE; }
span { border-color: rgb(130,127,206); }
td.TdClassName
{
border-color: #827FCE;
}
.TagClassName
{
border-color: #827FCE;
}
</style>