Shades of Moody Blue #7F82DB
Tints of Moody Blue #7F82DB
RGB
CMYK
RGB Variations
Color information
#7F82DB (or 0x7F82DB) is known color: Moody Blue. HEX triplet: 7F, 82 and DB. RGB value is (127,130,219). Sum of RGB (Red+Green+Blue) = 127+130+219=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F82DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F82DB is #807D24. Grayscale: #8A8A8A. Windows color (decimal): -8420645 or 14385791. OLE color: 14385791.
HSL color Cylindrical-coordinate representation of color #7F82DB: hue angle of 238.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F82DB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 130 | 219 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.14 |
| HSL | 238.04º | 0.56% | 0.68% | - |
| HSV(B) | 238.04º | 0.42% | 0.86% | - |
| XYZ | 29.52 | 25.59 | 70.4 | - |
| YUV | 139.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 219 | 0.42 | 0.41 | 0 | 0.14 | 238.04 | 0.56 | 0.68 |
| Hex | 7F | 82 | DB | 2A | 29 | 0 | E | EE | 38 | 44 |
| Octal | 177 | 202 | 333 | 52 | 51 | 0 | 16 | 356 | 70 | 104 |
| Binary | 1111111 | 10000010 | 11011011 | 101010 | 101001 | 0 | 1110 | 11101110 | 111000 | 1000100 |
Color Harmonies of #7F82DB
Complementary color
Monochromatic Colors of #7F82DB
Black with #7F82DB
Text Example
Text Example
White with #7F82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F82DB; }
p { color: rgb(127,130,219); }
H1.HeaderClassName
{
color: #7F82DB;
}
.AnyTagClassName
{
color: #7F82DB;
}
</style>
background-color css
<style>
a { background-color: #7F82DB; }
a { background-color: rgb(127,130,219); }
div.DivClassName
{
background-color: #7F82DB;
}
.BgClassName
{
background-color: #7F82DB;
}
</style>
border-color css
<style>
span { border-color: #7F82DB; }
span { border-color: rgb(127,130,219); }
td.TdClassName
{
border-color: #7F82DB;
}
.TagClassName
{
border-color: #7F82DB;
}
</style>