Shades of Moody Blue #7F7CAF
Tints of Moody Blue #7F7CAF
RGB
CMYK
RGB Variations
Color information
#7F7CAF (or 0x7F7CAF) is known color: Moody Blue. HEX triplet: 7F, 7C and AF. RGB value is (127,124,175). Sum of RGB (Red+Green+Blue) = 127+124+175=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CAF is #808350. Grayscale: #828282. Windows color (decimal): -8422225 or 11500671. OLE color: 11500671.
HSL color Cylindrical-coordinate representation of color #7F7CAF: hue angle of 243.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F7CAF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 124 | 175 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.31 |
| HSL | 243.53º | 0.24% | 0.59% | - |
| HSV(B) | 243.53º | 0.29% | 0.69% | - |
| XYZ | 23.7 | 22.02 | 43.56 | - |
| YUV | 130.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 175 | 0.27 | 0.29 | 0 | 0.31 | 243.53 | 0.24 | 0.59 |
| Hex | 7F | 7C | AF | 1B | 1D | 0 | 1F | F4 | 18 | 3B |
| Octal | 177 | 174 | 257 | 33 | 35 | 0 | 37 | 364 | 30 | 73 |
| Binary | 1111111 | 1111100 | 10101111 | 11011 | 11101 | 0 | 11111 | 11110100 | 11000 | 111011 |
Color Harmonies of #7F7CAF
Complementary color
Monochromatic Colors of #7F7CAF
Black with #7F7CAF
Text Example
Text Example
White with #7F7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CAF; }
p { color: rgb(127,124,175); }
H1.HeaderClassName
{
color: #7F7CAF;
}
.AnyTagClassName
{
color: #7F7CAF;
}
</style>
background-color css
<style>
a { background-color: #7F7CAF; }
a { background-color: rgb(127,124,175); }
div.DivClassName
{
background-color: #7F7CAF;
}
.BgClassName
{
background-color: #7F7CAF;
}
</style>
border-color css
<style>
span { border-color: #7F7CAF; }
span { border-color: rgb(127,124,175); }
td.TdClassName
{
border-color: #7F7CAF;
}
.TagClassName
{
border-color: #7F7CAF;
}
</style>