Shades of Moody Blue #826FCE
Tints of Moody Blue #826FCE
RGB
CMYK
RGB Variations
Color information
#826FCE (or 0x826FCE) is known color: Moody Blue. HEX triplet: 82, 6F and CE. RGB value is (130,111,206). Sum of RGB (Red+Green+Blue) = 130+111+206=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #826FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FCE is #7D9031. Grayscale: #7F7F7F. Windows color (decimal): -8228914 or 13528962. OLE color: 13528962.
HSL color Cylindrical-coordinate representation of color #826FCE: hue angle of 252º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826FCE is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 111 | 206 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.19 |
| HSL | 252º | 0.49% | 0.62% | - |
| HSV(B) | 252º | 0.46% | 0.81% | - |
| XYZ | 26.03 | 20.57 | 60.99 | - |
| YUV | 127.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 206 | 0.37 | 0.46 | 0 | 0.19 | 252 | 0.49 | 0.62 |
| Hex | 82 | 6F | CE | 25 | 2E | 0 | 13 | FC | 31 | 3E |
| Octal | 202 | 157 | 316 | 45 | 56 | 0 | 23 | 374 | 61 | 76 |
| Binary | 10000010 | 1101111 | 11001110 | 100101 | 101110 | 0 | 10011 | 11111100 | 110001 | 111110 |
Color Harmonies of #826FCE
Complementary color
Monochromatic Colors of #826FCE
Black with #826FCE
Text Example
Text Example
White with #826FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FCE; }
p { color: rgb(130,111,206); }
H1.HeaderClassName
{
color: #826FCE;
}
.AnyTagClassName
{
color: #826FCE;
}
</style>
background-color css
<style>
a { background-color: #826FCE; }
a { background-color: rgb(130,111,206); }
div.DivClassName
{
background-color: #826FCE;
}
.BgClassName
{
background-color: #826FCE;
}
</style>
border-color css
<style>
span { border-color: #826FCE; }
span { border-color: rgb(130,111,206); }
td.TdClassName
{
border-color: #826FCE;
}
.TagClassName
{
border-color: #826FCE;
}
</style>