Shades of Moody Blue #7F83CA
Tints of Moody Blue #7F83CA
RGB
CMYK
RGB Variations
Color information
#7F83CA (or 0x7F83CA) is known color: Moody Blue. HEX triplet: 7F, 83 and CA. RGB value is (127,131,202). Sum of RGB (Red+Green+Blue) = 127+131+202=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83CA is #807C35. Grayscale: #898989. Windows color (decimal): -8420406 or 13271935. OLE color: 13271935.
HSL color Cylindrical-coordinate representation of color #7F83CA: hue angle of 236.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F83CA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 131 | 202 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.21 |
| HSL | 236.8º | 0.41% | 0.65% | - |
| HSV(B) | 236.8º | 0.37% | 0.79% | - |
| XYZ | 27.53 | 25.01 | 59.25 | - |
| YUV | 137.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 202 | 0.37 | 0.35 | 0 | 0.21 | 236.8 | 0.41 | 0.65 |
| Hex | 7F | 83 | CA | 25 | 23 | 0 | 15 | ED | 29 | 41 |
| Octal | 177 | 203 | 312 | 45 | 43 | 0 | 25 | 355 | 51 | 101 |
| Binary | 1111111 | 10000011 | 11001010 | 100101 | 100011 | 0 | 10101 | 11101101 | 101001 | 1000001 |
Color Harmonies of #7F83CA
Complementary color
Monochromatic Colors of #7F83CA
Black with #7F83CA
Text Example
Text Example
White with #7F83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83CA; }
p { color: rgb(127,131,202); }
H1.HeaderClassName
{
color: #7F83CA;
}
.AnyTagClassName
{
color: #7F83CA;
}
</style>
background-color css
<style>
a { background-color: #7F83CA; }
a { background-color: rgb(127,131,202); }
div.DivClassName
{
background-color: #7F83CA;
}
.BgClassName
{
background-color: #7F83CA;
}
</style>
border-color css
<style>
span { border-color: #7F83CA; }
span { border-color: rgb(127,131,202); }
td.TdClassName
{
border-color: #7F83CA;
}
.TagClassName
{
border-color: #7F83CA;
}
</style>