Shades of Moody Blue #826CCB
Tints of Moody Blue #826CCB
RGB
CMYK
RGB Variations
Color information
#826CCB (or 0x826CCB) is known color: Moody Blue. HEX triplet: 82, 6C and CB. RGB value is (130,108,203). Sum of RGB (Red+Green+Blue) = 130+108+203=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #826CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CCB is #7D9334. Grayscale: #7D7D7D. Windows color (decimal): -8229685 or 13331586. OLE color: 13331586.
HSL color Cylindrical-coordinate representation of color #826CCB: hue angle of 253.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826CCB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 108 | 203 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.20 |
| HSL | 253.89º | 0.48% | 0.61% | - |
| HSV(B) | 253.89º | 0.47% | 0.8% | - |
| XYZ | 25.35 | 19.78 | 58.98 | - |
| YUV | 125.41 | 171.79 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 203 | 0.36 | 0.47 | 0 | 0.20 | 253.89 | 0.48 | 0.61 |
| Hex | 82 | 6C | CB | 24 | 2F | 0 | 14 | FE | 30 | 3D |
| Octal | 202 | 154 | 313 | 44 | 57 | 0 | 24 | 376 | 60 | 75 |
| Binary | 10000010 | 1101100 | 11001011 | 100100 | 101111 | 0 | 10100 | 11111110 | 110000 | 111101 |
Color Harmonies of #826CCB
Complementary color
Monochromatic Colors of #826CCB
Black with #826CCB
Text Example
Text Example
White with #826CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CCB; }
p { color: rgb(130,108,203); }
H1.HeaderClassName
{
color: #826CCB;
}
.AnyTagClassName
{
color: #826CCB;
}
</style>
background-color css
<style>
a { background-color: #826CCB; }
a { background-color: rgb(130,108,203); }
div.DivClassName
{
background-color: #826CCB;
}
.BgClassName
{
background-color: #826CCB;
}
</style>
border-color css
<style>
span { border-color: #826CCB; }
span { border-color: rgb(130,108,203); }
td.TdClassName
{
border-color: #826CCB;
}
.TagClassName
{
border-color: #826CCB;
}
</style>