Shades of Moody Blue #7F84CA
Tints of Moody Blue #7F84CA
RGB
CMYK
RGB Variations
Color information
#7F84CA (or 0x7F84CA) is known color: Moody Blue. HEX triplet: 7F, 84 and CA. RGB value is (127,132,202). Sum of RGB (Red+Green+Blue) = 127+132+202=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F84CA is #807B35. Grayscale: #8A8A8A. Windows color (decimal): -8420150 or 13272191. OLE color: 13272191.
HSL color Cylindrical-coordinate representation of color #7F84CA: hue angle of 236º 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 #7F84CA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 132 | 202 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.21 |
| HSL | 236º | 0.41% | 0.65% | - |
| HSV(B) | 236º | 0.37% | 0.79% | - |
| XYZ | 27.66 | 25.28 | 59.3 | - |
| YUV | 138.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 202 | 0.37 | 0.35 | 0 | 0.21 | 236 | 0.41 | 0.65 |
| Hex | 7F | 84 | CA | 25 | 23 | 0 | 15 | EC | 29 | 41 |
| Octal | 177 | 204 | 312 | 45 | 43 | 0 | 25 | 354 | 51 | 101 |
| Binary | 1111111 | 10000100 | 11001010 | 100101 | 100011 | 0 | 10101 | 11101100 | 101001 | 1000001 |
Color Harmonies of #7F84CA
Complementary color
Monochromatic Colors of #7F84CA
Black with #7F84CA
Text Example
Text Example
White with #7F84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F84CA; }
p { color: rgb(127,132,202); }
H1.HeaderClassName
{
color: #7F84CA;
}
.AnyTagClassName
{
color: #7F84CA;
}
</style>
background-color css
<style>
a { background-color: #7F84CA; }
a { background-color: rgb(127,132,202); }
div.DivClassName
{
background-color: #7F84CA;
}
.BgClassName
{
background-color: #7F84CA;
}
</style>
border-color css
<style>
span { border-color: #7F84CA; }
span { border-color: rgb(127,132,202); }
td.TdClassName
{
border-color: #7F84CA;
}
.TagClassName
{
border-color: #7F84CA;
}
</style>