Shades of Moody Blue #7F7DDB
Tints of Moody Blue #7F7DDB
RGB
CMYK
RGB Variations
Color information
#7F7DDB (or 0x7F7DDB) is known color: Moody Blue. HEX triplet: 7F, 7D and DB. RGB value is (127,125,219). Sum of RGB (Red+Green+Blue) = 127+125+219=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DDB is #808224. Grayscale: #878787. Windows color (decimal): -8421925 or 14384511. OLE color: 14384511.
HSL color Cylindrical-coordinate representation of color #7F7DDB: hue angle of 241.28º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7DDB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 125 | 219 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.14 |
| HSL | 241.28º | 0.57% | 0.67% | - |
| HSV(B) | 241.28º | 0.43% | 0.86% | - |
| XYZ | 28.87 | 24.29 | 70.19 | - |
| YUV | 136.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 219 | 0.42 | 0.43 | 0 | 0.14 | 241.28 | 0.57 | 0.67 |
| Hex | 7F | 7D | DB | 2A | 2B | 0 | E | F1 | 39 | 43 |
| Octal | 177 | 175 | 333 | 52 | 53 | 0 | 16 | 361 | 71 | 103 |
| Binary | 1111111 | 1111101 | 11011011 | 101010 | 101011 | 0 | 1110 | 11110001 | 111001 | 1000011 |
Color Harmonies of #7F7DDB
Complementary color
Monochromatic Colors of #7F7DDB
Black with #7F7DDB
Text Example
Text Example
White with #7F7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DDB; }
p { color: rgb(127,125,219); }
H1.HeaderClassName
{
color: #7F7DDB;
}
.AnyTagClassName
{
color: #7F7DDB;
}
</style>
background-color css
<style>
a { background-color: #7F7DDB; }
a { background-color: rgb(127,125,219); }
div.DivClassName
{
background-color: #7F7DDB;
}
.BgClassName
{
background-color: #7F7DDB;
}
</style>
border-color css
<style>
span { border-color: #7F7DDB; }
span { border-color: rgb(127,125,219); }
td.TdClassName
{
border-color: #7F7DDB;
}
.TagClassName
{
border-color: #7F7DDB;
}
</style>