Shades of Moody Blue #7F7FBC
Tints of Moody Blue #7F7FBC
RGB
CMYK
RGB Variations
Color information
#7F7FBC (or 0x7F7FBC) is known color: Moody Blue. HEX triplet: 7F, 7F and BC. RGB value is (127,127,188). Sum of RGB (Red+Green+Blue) = 127+127+188=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7FBC is #808043. Grayscale: #858585. Windows color (decimal): -8421444 or 12353407. OLE color: 12353407.
HSL color Cylindrical-coordinate representation of color #7F7FBC: hue angle of 240º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F7FBC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 127 | 188 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.26 |
| HSL | 240º | 0.31% | 0.62% | - |
| HSV(B) | 240º | 0.32% | 0.74% | - |
| XYZ | 25.42 | 23.32 | 50.74 | - |
| YUV | 133.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 188 | 0.32 | 0.32 | 0 | 0.26 | 240 | 0.31 | 0.62 |
| Hex | 7F | 7F | BC | 20 | 20 | 0 | 1A | F0 | 1F | 3E |
| Octal | 177 | 177 | 274 | 40 | 40 | 0 | 32 | 360 | 37 | 76 |
| Binary | 1111111 | 1111111 | 10111100 | 100000 | 100000 | 0 | 11010 | 11110000 | 11111 | 111110 |
Color Harmonies of #7F7FBC
Complementary color
Monochromatic Colors of #7F7FBC
Black with #7F7FBC
Text Example
Text Example
White with #7F7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FBC; }
p { color: rgb(127,127,188); }
H1.HeaderClassName
{
color: #7F7FBC;
}
.AnyTagClassName
{
color: #7F7FBC;
}
</style>
background-color css
<style>
a { background-color: #7F7FBC; }
a { background-color: rgb(127,127,188); }
div.DivClassName
{
background-color: #7F7FBC;
}
.BgClassName
{
background-color: #7F7FBC;
}
</style>
border-color css
<style>
span { border-color: #7F7FBC; }
span { border-color: rgb(127,127,188); }
td.TdClassName
{
border-color: #7F7FBC;
}
.TagClassName
{
border-color: #7F7FBC;
}
</style>