Shades of Moody Blue #7F73DB
Tints of Moody Blue #7F73DB
RGB
CMYK
RGB Variations
Color information
#7F73DB (or 0x7F73DB) is known color: Moody Blue. HEX triplet: 7F, 73 and DB. RGB value is (127,115,219). Sum of RGB (Red+Green+Blue) = 127+115+219=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73DB is #808C24. Grayscale: #828282. Windows color (decimal): -8424485 or 14381951. OLE color: 14381951.
HSL color Cylindrical-coordinate representation of color #7F73DB: hue angle of 246.92º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F73DB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 115 | 219 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.14 |
| HSL | 246.92º | 0.59% | 0.65% | - |
| HSV(B) | 246.92º | 0.47% | 0.86% | - |
| XYZ | 27.67 | 21.89 | 69.78 | - |
| YUV | 130.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 219 | 0.42 | 0.47 | 0 | 0.14 | 246.92 | 0.59 | 0.65 |
| Hex | 7F | 73 | DB | 2A | 2F | 0 | E | F7 | 3B | 41 |
| Octal | 177 | 163 | 333 | 52 | 57 | 0 | 16 | 367 | 73 | 101 |
| Binary | 1111111 | 1110011 | 11011011 | 101010 | 101111 | 0 | 1110 | 11110111 | 111011 | 1000001 |
Color Harmonies of #7F73DB
Complementary color
Monochromatic Colors of #7F73DB
Black with #7F73DB
Text Example
Text Example
White with #7F73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73DB; }
p { color: rgb(127,115,219); }
H1.HeaderClassName
{
color: #7F73DB;
}
.AnyTagClassName
{
color: #7F73DB;
}
</style>
background-color css
<style>
a { background-color: #7F73DB; }
a { background-color: rgb(127,115,219); }
div.DivClassName
{
background-color: #7F73DB;
}
.BgClassName
{
background-color: #7F73DB;
}
</style>
border-color css
<style>
span { border-color: #7F73DB; }
span { border-color: rgb(127,115,219); }
td.TdClassName
{
border-color: #7F73DB;
}
.TagClassName
{
border-color: #7F73DB;
}
</style>