Shades of Moody Blue #826FCB
Tints of Moody Blue #826FCB
RGB
CMYK
RGB Variations
Color information
#826FCB (or 0x826FCB) is known color: Moody Blue. HEX triplet: 82, 6F and CB. RGB value is (130,111,203). Sum of RGB (Red+Green+Blue) = 130+111+203=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #826FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FCB is #7D9034. Grayscale: #7E7E7E. Windows color (decimal): -8228917 or 13332354. OLE color: 13332354.
HSL color Cylindrical-coordinate representation of color #826FCB: hue angle of 252.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826FCB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 111 | 203 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.20 |
| HSL | 252.39º | 0.47% | 0.62% | - |
| HSV(B) | 252.39º | 0.45% | 0.8% | - |
| XYZ | 25.67 | 20.43 | 59.09 | - |
| YUV | 127.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 203 | 0.36 | 0.45 | 0 | 0.20 | 252.39 | 0.47 | 0.62 |
| Hex | 82 | 6F | CB | 24 | 2D | 0 | 14 | FC | 2F | 3E |
| Octal | 202 | 157 | 313 | 44 | 55 | 0 | 24 | 374 | 57 | 76 |
| Binary | 10000010 | 1101111 | 11001011 | 100100 | 101101 | 0 | 10100 | 11111100 | 101111 | 111110 |
Color Harmonies of #826FCB
Complementary color
Monochromatic Colors of #826FCB
Black with #826FCB
Text Example
Text Example
White with #826FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FCB; }
p { color: rgb(130,111,203); }
H1.HeaderClassName
{
color: #826FCB;
}
.AnyTagClassName
{
color: #826FCB;
}
</style>
background-color css
<style>
a { background-color: #826FCB; }
a { background-color: rgb(130,111,203); }
div.DivClassName
{
background-color: #826FCB;
}
.BgClassName
{
background-color: #826FCB;
}
</style>
border-color css
<style>
span { border-color: #826FCB; }
span { border-color: rgb(130,111,203); }
td.TdClassName
{
border-color: #826FCB;
}
.TagClassName
{
border-color: #826FCB;
}
</style>