Shades of Moody Blue #7F7DCC
Tints of Moody Blue #7F7DCC
RGB
CMYK
RGB Variations
Color information
#7F7DCC (or 0x7F7DCC) is known color: Moody Blue. HEX triplet: 7F, 7D and CC. RGB value is (127,125,204). Sum of RGB (Red+Green+Blue) = 127+125+204=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F7DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DCC is #808233. Grayscale: #868686. Windows color (decimal): -8421940 or 13401471. OLE color: 13401471.
HSL color Cylindrical-coordinate representation of color #7F7DCC: hue angle of 241.52º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F7DCC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 125 | 204 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.2 |
| HSL | 241.52º | 0.44% | 0.65% | - |
| HSV(B) | 241.52º | 0.39% | 0.8% | - |
| XYZ | 26.99 | 23.54 | 60.25 | - |
| YUV | 134.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 204 | 0.38 | 0.39 | 0 | 0.2 | 241.52 | 0.44 | 0.65 |
| Hex | 7F | 7D | CC | 26 | 27 | 0 | 14 | F2 | 2C | 41 |
| Octal | 177 | 175 | 314 | 46 | 47 | 0 | 24 | 362 | 54 | 101 |
| Binary | 1111111 | 1111101 | 11001100 | 100110 | 100111 | 0 | 10100 | 11110010 | 101100 | 1000001 |
Color Harmonies of #7F7DCC
Complementary color
Monochromatic Colors of #7F7DCC
Black with #7F7DCC
Text Example
Text Example
White with #7F7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DCC; }
p { color: rgb(127,125,204); }
H1.HeaderClassName
{
color: #7F7DCC;
}
.AnyTagClassName
{
color: #7F7DCC;
}
</style>
background-color css
<style>
a { background-color: #7F7DCC; }
a { background-color: rgb(127,125,204); }
div.DivClassName
{
background-color: #7F7DCC;
}
.BgClassName
{
background-color: #7F7DCC;
}
</style>
border-color css
<style>
span { border-color: #7F7DCC; }
span { border-color: rgb(127,125,204); }
td.TdClassName
{
border-color: #7F7DCC;
}
.TagClassName
{
border-color: #7F7DCC;
}
</style>