Shades of Moody Blue #827EC3
Tints of Moody Blue #827EC3
RGB
CMYK
RGB Variations
Color information
#827EC3 (or 0x827EC3) is known color: Moody Blue. HEX triplet: 82, 7E and C3. RGB value is (130,126,195). Sum of RGB (Red+Green+Blue) = 130+126+195=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #827EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EC3 is #7D813C. Grayscale: #868686. Windows color (decimal): -8225085 or 12811906. OLE color: 12811906.
HSL color Cylindrical-coordinate representation of color #827EC3: hue angle of 243.48º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827EC3 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 126 | 195 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.24 |
| HSL | 243.48º | 0.37% | 0.63% | - |
| HSV(B) | 243.48º | 0.35% | 0.76% | - |
| XYZ | 26.52 | 23.61 | 54.79 | - |
| YUV | 135.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 195 | 0.33 | 0.35 | 0 | 0.24 | 243.48 | 0.37 | 0.63 |
| Hex | 82 | 7E | C3 | 21 | 23 | 0 | 18 | F3 | 25 | 3F |
| Octal | 202 | 176 | 303 | 41 | 43 | 0 | 30 | 363 | 45 | 77 |
| Binary | 10000010 | 1111110 | 11000011 | 100001 | 100011 | 0 | 11000 | 11110011 | 100101 | 111111 |
Color Harmonies of #827EC3
Complementary color
Monochromatic Colors of #827EC3
Black with #827EC3
Text Example
Text Example
White with #827EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EC3; }
p { color: rgb(130,126,195); }
H1.HeaderClassName
{
color: #827EC3;
}
.AnyTagClassName
{
color: #827EC3;
}
</style>
background-color css
<style>
a { background-color: #827EC3; }
a { background-color: rgb(130,126,195); }
div.DivClassName
{
background-color: #827EC3;
}
.BgClassName
{
background-color: #827EC3;
}
</style>
border-color css
<style>
span { border-color: #827EC3; }
span { border-color: rgb(130,126,195); }
td.TdClassName
{
border-color: #827EC3;
}
.TagClassName
{
border-color: #827EC3;
}
</style>