Shades of Moody Blue #7F7CBA
Tints of Moody Blue #7F7CBA
RGB
CMYK
RGB Variations
Color information
#7F7CBA (or 0x7F7CBA) is known color: Moody Blue. HEX triplet: 7F, 7C and BA. RGB value is (127,124,186). Sum of RGB (Red+Green+Blue) = 127+124+186=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CBA is #808345. Grayscale: #838383. Windows color (decimal): -8422214 or 12221567. OLE color: 12221567.
HSL color Cylindrical-coordinate representation of color #7F7CBA: hue angle of 242.9º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7CBA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 124 | 186 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.27 |
| HSL | 242.9º | 0.31% | 0.61% | - |
| HSV(B) | 242.9º | 0.33% | 0.73% | - |
| XYZ | 24.82 | 22.47 | 49.48 | - |
| YUV | 131.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 186 | 0.32 | 0.33 | 0 | 0.27 | 242.9 | 0.31 | 0.61 |
| Hex | 7F | 7C | BA | 20 | 21 | 0 | 1B | F3 | 1F | 3D |
| Octal | 177 | 174 | 272 | 40 | 41 | 0 | 33 | 363 | 37 | 75 |
| Binary | 1111111 | 1111100 | 10111010 | 100000 | 100001 | 0 | 11011 | 11110011 | 11111 | 111101 |
Color Harmonies of #7F7CBA
Complementary color
Monochromatic Colors of #7F7CBA
Black with #7F7CBA
Text Example
Text Example
White with #7F7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CBA; }
p { color: rgb(127,124,186); }
H1.HeaderClassName
{
color: #7F7CBA;
}
.AnyTagClassName
{
color: #7F7CBA;
}
</style>
background-color css
<style>
a { background-color: #7F7CBA; }
a { background-color: rgb(127,124,186); }
div.DivClassName
{
background-color: #7F7CBA;
}
.BgClassName
{
background-color: #7F7CBA;
}
</style>
border-color css
<style>
span { border-color: #7F7CBA; }
span { border-color: rgb(127,124,186); }
td.TdClassName
{
border-color: #7F7CBA;
}
.TagClassName
{
border-color: #7F7CBA;
}
</style>