Shades of Moody Blue #7C81CC
Tints of Moody Blue #7C81CC
RGB
CMYK
RGB Variations
Color information
#7C81CC (or 0x7C81CC) is known color: Moody Blue. HEX triplet: 7C, 81 and CC. RGB value is (124,129,204). Sum of RGB (Red+Green+Blue) = 124+129+204=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C81CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81CC is #837E33. Grayscale: #878787. Windows color (decimal): -8617524 or 13402492. OLE color: 13402492.
HSL color Cylindrical-coordinate representation of color #7C81CC: hue angle of 236.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C81CC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 129 | 204 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.2 |
| HSL | 236.25º | 0.44% | 0.64% | - |
| HSV(B) | 236.25º | 0.39% | 0.8% | - |
| XYZ | 27.06 | 24.35 | 60.4 | - |
| YUV | 136.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 204 | 0.39 | 0.37 | 0 | 0.2 | 236.25 | 0.44 | 0.64 |
| Hex | 7C | 81 | CC | 27 | 25 | 0 | 14 | EC | 2C | 40 |
| Octal | 174 | 201 | 314 | 47 | 45 | 0 | 24 | 354 | 54 | 100 |
| Binary | 1111100 | 10000001 | 11001100 | 100111 | 100101 | 0 | 10100 | 11101100 | 101100 | 1000000 |
Color Harmonies of #7C81CC
Complementary color
Monochromatic Colors of #7C81CC
Black with #7C81CC
Text Example
Text Example
White with #7C81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C81CC; }
p { color: rgb(124,129,204); }
H1.HeaderClassName
{
color: #7C81CC;
}
.AnyTagClassName
{
color: #7C81CC;
}
</style>
background-color css
<style>
a { background-color: #7C81CC; }
a { background-color: rgb(124,129,204); }
div.DivClassName
{
background-color: #7C81CC;
}
.BgClassName
{
background-color: #7C81CC;
}
</style>
border-color css
<style>
span { border-color: #7C81CC; }
span { border-color: rgb(124,129,204); }
td.TdClassName
{
border-color: #7C81CC;
}
.TagClassName
{
border-color: #7C81CC;
}
</style>