Shades of Moody Blue #7F7CDB
Tints of Moody Blue #7F7CDB
RGB
CMYK
RGB Variations
Color information
#7F7CDB (or 0x7F7CDB) is known color: Moody Blue. HEX triplet: 7F, 7C and DB. RGB value is (127,124,219). Sum of RGB (Red+Green+Blue) = 127+124+219=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F7CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CDB is #808324. Grayscale: #878787. Windows color (decimal): -8422181 or 14384255. OLE color: 14384255.
HSL color Cylindrical-coordinate representation of color #7F7CDB: hue angle of 241.89º 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 #7F7CDB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 124 | 219 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.14 |
| HSL | 241.89º | 0.57% | 0.67% | - |
| HSV(B) | 241.89º | 0.43% | 0.86% | - |
| XYZ | 28.75 | 24.04 | 70.14 | - |
| YUV | 135.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 219 | 0.42 | 0.43 | 0 | 0.14 | 241.89 | 0.57 | 0.67 |
| Hex | 7F | 7C | DB | 2A | 2B | 0 | E | F2 | 39 | 43 |
| Octal | 177 | 174 | 333 | 52 | 53 | 0 | 16 | 362 | 71 | 103 |
| Binary | 1111111 | 1111100 | 11011011 | 101010 | 101011 | 0 | 1110 | 11110010 | 111001 | 1000011 |
Color Harmonies of #7F7CDB
Complementary color
Monochromatic Colors of #7F7CDB
Black with #7F7CDB
Text Example
Text Example
White with #7F7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CDB; }
p { color: rgb(127,124,219); }
H1.HeaderClassName
{
color: #7F7CDB;
}
.AnyTagClassName
{
color: #7F7CDB;
}
</style>
background-color css
<style>
a { background-color: #7F7CDB; }
a { background-color: rgb(127,124,219); }
div.DivClassName
{
background-color: #7F7CDB;
}
.BgClassName
{
background-color: #7F7CDB;
}
</style>
border-color css
<style>
span { border-color: #7F7CDB; }
span { border-color: rgb(127,124,219); }
td.TdClassName
{
border-color: #7F7CDB;
}
.TagClassName
{
border-color: #7F7CDB;
}
</style>