Shades of Moody Blue #7C82CA
Tints of Moody Blue #7C82CA
RGB
CMYK
RGB Variations
Color information
#7C82CA (or 0x7C82CA) is known color: Moody Blue. HEX triplet: 7C, 82 and CA. RGB value is (124,130,202). Sum of RGB (Red+Green+Blue) = 124+130+202=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C82CA is #837D35. Grayscale: #888888. Windows color (decimal): -8617270 or 13271676. OLE color: 13271676.
HSL color Cylindrical-coordinate representation of color #7C82CA: hue angle of 235.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C82CA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 130 | 202 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.21 |
| HSL | 235.38º | 0.42% | 0.64% | - |
| HSV(B) | 235.38º | 0.39% | 0.79% | - |
| XYZ | 26.96 | 24.51 | 59.19 | - |
| YUV | 136.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 202 | 0.39 | 0.36 | 0 | 0.21 | 235.38 | 0.42 | 0.64 |
| Hex | 7C | 82 | CA | 27 | 24 | 0 | 15 | EB | 2A | 40 |
| Octal | 174 | 202 | 312 | 47 | 44 | 0 | 25 | 353 | 52 | 100 |
| Binary | 1111100 | 10000010 | 11001010 | 100111 | 100100 | 0 | 10101 | 11101011 | 101010 | 1000000 |
Color Harmonies of #7C82CA
Complementary color
Monochromatic Colors of #7C82CA
Black with #7C82CA
Text Example
Text Example
White with #7C82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C82CA; }
p { color: rgb(124,130,202); }
H1.HeaderClassName
{
color: #7C82CA;
}
.AnyTagClassName
{
color: #7C82CA;
}
</style>
background-color css
<style>
a { background-color: #7C82CA; }
a { background-color: rgb(124,130,202); }
div.DivClassName
{
background-color: #7C82CA;
}
.BgClassName
{
background-color: #7C82CA;
}
</style>
border-color css
<style>
span { border-color: #7C82CA; }
span { border-color: rgb(124,130,202); }
td.TdClassName
{
border-color: #7C82CA;
}
.TagClassName
{
border-color: #7C82CA;
}
</style>