Shades of Moody Blue #826CCF
Tints of Moody Blue #826CCF
RGB
CMYK
RGB Variations
Color information
#826CCF (or 0x826CCF) is known color: Moody Blue. HEX triplet: 82, 6C and CF. RGB value is (130,108,207). Sum of RGB (Red+Green+Blue) = 130+108+207=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #826CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CCF is #7D9330. Grayscale: #7D7D7D. Windows color (decimal): -8229681 or 13593730. OLE color: 13593730.
HSL color Cylindrical-coordinate representation of color #826CCF: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826CCF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 108 | 207 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.19 |
| HSL | 253.33º | 0.51% | 0.62% | - |
| HSV(B) | 253.33º | 0.48% | 0.81% | - |
| XYZ | 25.83 | 19.98 | 61.53 | - |
| YUV | 125.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 207 | 0.37 | 0.48 | 0 | 0.19 | 253.33 | 0.51 | 0.62 |
| Hex | 82 | 6C | CF | 25 | 30 | 0 | 13 | FD | 33 | 3E |
| Octal | 202 | 154 | 317 | 45 | 60 | 0 | 23 | 375 | 63 | 76 |
| Binary | 10000010 | 1101100 | 11001111 | 100101 | 110000 | 0 | 10011 | 11111101 | 110011 | 111110 |
Color Harmonies of #826CCF
Complementary color
Monochromatic Colors of #826CCF
Black with #826CCF
Text Example
Text Example
White with #826CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CCF; }
p { color: rgb(130,108,207); }
H1.HeaderClassName
{
color: #826CCF;
}
.AnyTagClassName
{
color: #826CCF;
}
</style>
background-color css
<style>
a { background-color: #826CCF; }
a { background-color: rgb(130,108,207); }
div.DivClassName
{
background-color: #826CCF;
}
.BgClassName
{
background-color: #826CCF;
}
</style>
border-color css
<style>
span { border-color: #826CCF; }
span { border-color: rgb(130,108,207); }
td.TdClassName
{
border-color: #826CCF;
}
.TagClassName
{
border-color: #826CCF;
}
</style>