Shades of Moody Blue #826FC2
Tints of Moody Blue #826FC2
RGB
CMYK
RGB Variations
Color information
#826FC2 (or 0x826FC2) is known color: Moody Blue. HEX triplet: 82, 6F and C2. RGB value is (130,111,194). Sum of RGB (Red+Green+Blue) = 130+111+194=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #826FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FC2 is #7D903D. Grayscale: #7D7D7D. Windows color (decimal): -8228926 or 12742530. OLE color: 12742530.
HSL color Cylindrical-coordinate representation of color #826FC2: hue angle of 253.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826FC2 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 111 | 194 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.24 |
| HSL | 253.73º | 0.4% | 0.6% | - |
| HSV(B) | 253.73º | 0.43% | 0.76% | - |
| XYZ | 24.63 | 20.01 | 53.6 | - |
| YUV | 126.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 194 | 0.33 | 0.43 | 0 | 0.24 | 253.73 | 0.4 | 0.6 |
| Hex | 82 | 6F | C2 | 21 | 2B | 0 | 18 | FE | 28 | 3C |
| Octal | 202 | 157 | 302 | 41 | 53 | 0 | 30 | 376 | 50 | 74 |
| Binary | 10000010 | 1101111 | 11000010 | 100001 | 101011 | 0 | 11000 | 11111110 | 101000 | 111100 |
Color Harmonies of #826FC2
Complementary color
Monochromatic Colors of #826FC2
Black with #826FC2
Text Example
Text Example
White with #826FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FC2; }
p { color: rgb(130,111,194); }
H1.HeaderClassName
{
color: #826FC2;
}
.AnyTagClassName
{
color: #826FC2;
}
</style>
background-color css
<style>
a { background-color: #826FC2; }
a { background-color: rgb(130,111,194); }
div.DivClassName
{
background-color: #826FC2;
}
.BgClassName
{
background-color: #826FC2;
}
</style>
border-color css
<style>
span { border-color: #826FC2; }
span { border-color: rgb(130,111,194); }
td.TdClassName
{
border-color: #826FC2;
}
.TagClassName
{
border-color: #826FC2;
}
</style>