Shades of Moody Blue #7B7FCC
Tints of Moody Blue #7B7FCC
RGB
CMYK
RGB Variations
Color information
#7B7FCC (or 0x7B7FCC) is known color: Moody Blue. HEX triplet: 7B, 7F and CC. RGB value is (123,127,204). Sum of RGB (Red+Green+Blue) = 123+127+204=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B7FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FCC is #848033. Grayscale: #868686. Windows color (decimal): -8683572 or 13401979. OLE color: 13401979.
HSL color Cylindrical-coordinate representation of color #7B7FCC: hue angle of 237.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7FCC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 127 | 204 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.2 |
| HSL | 237.04º | 0.44% | 0.64% | - |
| HSV(B) | 237.04º | 0.4% | 0.8% | - |
| XYZ | 26.66 | 23.75 | 60.31 | - |
| YUV | 134.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 204 | 0.40 | 0.38 | 0 | 0.2 | 237.04 | 0.44 | 0.64 |
| Hex | 7B | 7F | CC | 28 | 26 | 0 | 14 | ED | 2C | 40 |
| Octal | 173 | 177 | 314 | 50 | 46 | 0 | 24 | 355 | 54 | 100 |
| Binary | 1111011 | 1111111 | 11001100 | 101000 | 100110 | 0 | 10100 | 11101101 | 101100 | 1000000 |
Color Harmonies of #7B7FCC
Complementary color
Monochromatic Colors of #7B7FCC
Black with #7B7FCC
Text Example
Text Example
White with #7B7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FCC; }
p { color: rgb(123,127,204); }
H1.HeaderClassName
{
color: #7B7FCC;
}
.AnyTagClassName
{
color: #7B7FCC;
}
</style>
background-color css
<style>
a { background-color: #7B7FCC; }
a { background-color: rgb(123,127,204); }
div.DivClassName
{
background-color: #7B7FCC;
}
.BgClassName
{
background-color: #7B7FCC;
}
</style>
border-color css
<style>
span { border-color: #7B7FCC; }
span { border-color: rgb(123,127,204); }
td.TdClassName
{
border-color: #7B7FCC;
}
.TagClassName
{
border-color: #7B7FCC;
}
</style>