Shades of Moody Blue #7F83D3
Tints of Moody Blue #7F83D3
RGB
CMYK
RGB Variations
Color information
#7F83D3 (or 0x7F83D3) is known color: Moody Blue. HEX triplet: 7F, 83 and D3. RGB value is (127,131,211). Sum of RGB (Red+Green+Blue) = 127+131+211=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #7F83D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83D3 is #807C2C. Grayscale: #8A8A8A. Windows color (decimal): -8420397 or 13861759. OLE color: 13861759.
HSL color Cylindrical-coordinate representation of color #7F83D3: hue angle of 237.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F83D3 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 131 | 211 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.17 |
| HSL | 237.14º | 0.49% | 0.66% | - |
| HSV(B) | 237.14º | 0.4% | 0.83% | - |
| XYZ | 28.63 | 25.45 | 65.03 | - |
| YUV | 138.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 211 | 0.40 | 0.38 | 0 | 0.17 | 237.14 | 0.49 | 0.66 |
| Hex | 7F | 83 | D3 | 28 | 26 | 0 | 11 | ED | 31 | 42 |
| Octal | 177 | 203 | 323 | 50 | 46 | 0 | 21 | 355 | 61 | 102 |
| Binary | 1111111 | 10000011 | 11010011 | 101000 | 100110 | 0 | 10001 | 11101101 | 110001 | 1000010 |
Color Harmonies of #7F83D3
Complementary color
Monochromatic Colors of #7F83D3
Black with #7F83D3
Text Example
Text Example
White with #7F83D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83D3; }
p { color: rgb(127,131,211); }
H1.HeaderClassName
{
color: #7F83D3;
}
.AnyTagClassName
{
color: #7F83D3;
}
</style>
background-color css
<style>
a { background-color: #7F83D3; }
a { background-color: rgb(127,131,211); }
div.DivClassName
{
background-color: #7F83D3;
}
.BgClassName
{
background-color: #7F83D3;
}
</style>
border-color css
<style>
span { border-color: #7F83D3; }
span { border-color: rgb(127,131,211); }
td.TdClassName
{
border-color: #7F83D3;
}
.TagClassName
{
border-color: #7F83D3;
}
</style>