Shades of Moody Blue #7F7ABD
Tints of Moody Blue #7F7ABD
RGB
CMYK
RGB Variations
Color information
#7F7ABD (or 0x7F7ABD) is known color: Moody Blue. HEX triplet: 7F, 7A and BD. RGB value is (127,122,189). Sum of RGB (Red+Green+Blue) = 127+122+189=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ABD is #808542. Grayscale: #828282. Windows color (decimal): -8422723 or 12417663. OLE color: 12417663.
HSL color Cylindrical-coordinate representation of color #7F7ABD: hue angle of 244.48º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F7ABD is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 122 | 189 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.26 |
| HSL | 244.48º | 0.34% | 0.61% | - |
| HSV(B) | 244.48º | 0.35% | 0.74% | - |
| XYZ | 24.9 | 22.11 | 51.1 | - |
| YUV | 131.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 189 | 0.33 | 0.35 | 0 | 0.26 | 244.48 | 0.34 | 0.61 |
| Hex | 7F | 7A | BD | 21 | 23 | 0 | 1A | F4 | 22 | 3D |
| Octal | 177 | 172 | 275 | 41 | 43 | 0 | 32 | 364 | 42 | 75 |
| Binary | 1111111 | 1111010 | 10111101 | 100001 | 100011 | 0 | 11010 | 11110100 | 100010 | 111101 |
Color Harmonies of #7F7ABD
Complementary color
Monochromatic Colors of #7F7ABD
Black with #7F7ABD
Text Example
Text Example
White with #7F7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7ABD; }
p { color: rgb(127,122,189); }
H1.HeaderClassName
{
color: #7F7ABD;
}
.AnyTagClassName
{
color: #7F7ABD;
}
</style>
background-color css
<style>
a { background-color: #7F7ABD; }
a { background-color: rgb(127,122,189); }
div.DivClassName
{
background-color: #7F7ABD;
}
.BgClassName
{
background-color: #7F7ABD;
}
</style>
border-color css
<style>
span { border-color: #7F7ABD; }
span { border-color: rgb(127,122,189); }
td.TdClassName
{
border-color: #7F7ABD;
}
.TagClassName
{
border-color: #7F7ABD;
}
</style>