Shades of Moody Blue #826EC1
Tints of Moody Blue #826EC1
RGB
CMYK
RGB Variations
Color information
#826EC1 (or 0x826EC1) is known color: Moody Blue. HEX triplet: 82, 6E and C1. RGB value is (130,110,193). Sum of RGB (Red+Green+Blue) = 130+110+193=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #826EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EC1 is #7D913E. Grayscale: #7D7D7D. Windows color (decimal): -8229183 or 12676738. OLE color: 12676738.
HSL color Cylindrical-coordinate representation of color #826EC1: hue angle of 254.46º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826EC1 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 110 | 193 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.24 |
| HSL | 254.46º | 0.4% | 0.59% | - |
| HSV(B) | 254.46º | 0.43% | 0.76% | - |
| XYZ | 24.41 | 19.75 | 52.98 | - |
| YUV | 125.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 193 | 0.33 | 0.43 | 0 | 0.24 | 254.46 | 0.4 | 0.59 |
| Hex | 82 | 6E | C1 | 21 | 2B | 0 | 18 | FE | 28 | 3B |
| Octal | 202 | 156 | 301 | 41 | 53 | 0 | 30 | 376 | 50 | 73 |
| Binary | 10000010 | 1101110 | 11000001 | 100001 | 101011 | 0 | 11000 | 11111110 | 101000 | 111011 |
Color Harmonies of #826EC1
Complementary color
Monochromatic Colors of #826EC1
Black with #826EC1
Text Example
Text Example
White with #826EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EC1; }
p { color: rgb(130,110,193); }
H1.HeaderClassName
{
color: #826EC1;
}
.AnyTagClassName
{
color: #826EC1;
}
</style>
background-color css
<style>
a { background-color: #826EC1; }
a { background-color: rgb(130,110,193); }
div.DivClassName
{
background-color: #826EC1;
}
.BgClassName
{
background-color: #826EC1;
}
</style>
border-color css
<style>
span { border-color: #826EC1; }
span { border-color: rgb(130,110,193); }
td.TdClassName
{
border-color: #826EC1;
}
.TagClassName
{
border-color: #826EC1;
}
</style>