Shades of Moody Blue #7F83CB
Tints of Moody Blue #7F83CB
RGB
CMYK
RGB Variations
Color information
#7F83CB (or 0x7F83CB) is known color: Moody Blue. HEX triplet: 7F, 83 and CB. RGB value is (127,131,203). Sum of RGB (Red+Green+Blue) = 127+131+203=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83CB is #807C34. Grayscale: #898989. Windows color (decimal): -8420405 or 13337471. OLE color: 13337471.
HSL color Cylindrical-coordinate representation of color #7F83CB: hue angle of 236.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F83CB is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 131 | 203 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.20 |
| HSL | 236.84º | 0.42% | 0.65% | - |
| HSV(B) | 236.84º | 0.37% | 0.8% | - |
| XYZ | 27.65 | 25.06 | 59.88 | - |
| YUV | 138.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 203 | 0.37 | 0.35 | 0 | 0.20 | 236.84 | 0.42 | 0.65 |
| Hex | 7F | 83 | CB | 25 | 23 | 0 | 14 | ED | 2A | 41 |
| Octal | 177 | 203 | 313 | 45 | 43 | 0 | 24 | 355 | 52 | 101 |
| Binary | 1111111 | 10000011 | 11001011 | 100101 | 100011 | 0 | 10100 | 11101101 | 101010 | 1000001 |
Color Harmonies of #7F83CB
Complementary color
Monochromatic Colors of #7F83CB
Black with #7F83CB
Text Example
Text Example
White with #7F83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83CB; }
p { color: rgb(127,131,203); }
H1.HeaderClassName
{
color: #7F83CB;
}
.AnyTagClassName
{
color: #7F83CB;
}
</style>
background-color css
<style>
a { background-color: #7F83CB; }
a { background-color: rgb(127,131,203); }
div.DivClassName
{
background-color: #7F83CB;
}
.BgClassName
{
background-color: #7F83CB;
}
</style>
border-color css
<style>
span { border-color: #7F83CB; }
span { border-color: rgb(127,131,203); }
td.TdClassName
{
border-color: #7F83CB;
}
.TagClassName
{
border-color: #7F83CB;
}
</style>