Shades of Moody Blue #7F6ACC
Tints of Moody Blue #7F6ACC
RGB
CMYK
RGB Variations
Color information
#7F6ACC (or 0x7F6ACC) is known color: Moody Blue. HEX triplet: 7F, 6A and CC. RGB value is (127,106,204). Sum of RGB (Red+Green+Blue) = 127+106+204=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ACC is #809533. Grayscale: #7B7B7B. Windows color (decimal): -8426804 or 13396607. OLE color: 13396607.
HSL color Cylindrical-coordinate representation of color #7F6ACC: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6ACC is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 106 | 204 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.2 |
| HSL | 252.86º | 0.49% | 0.61% | - |
| HSV(B) | 252.86º | 0.48% | 0.8% | - |
| XYZ | 24.81 | 19.18 | 59.52 | - |
| YUV | 123.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 106 | 204 | 0.38 | 0.48 | 0 | 0.2 | 252.86 | 0.49 | 0.61 |
| Hex | 7F | 6A | CC | 26 | 30 | 0 | 14 | FD | 31 | 3D |
| Octal | 177 | 152 | 314 | 46 | 60 | 0 | 24 | 375 | 61 | 75 |
| Binary | 1111111 | 1101010 | 11001100 | 100110 | 110000 | 0 | 10100 | 11111101 | 110001 | 111101 |
Color Harmonies of #7F6ACC
Complementary color
Monochromatic Colors of #7F6ACC
Black with #7F6ACC
Text Example
Text Example
White with #7F6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6ACC; }
p { color: rgb(127,106,204); }
H1.HeaderClassName
{
color: #7F6ACC;
}
.AnyTagClassName
{
color: #7F6ACC;
}
</style>
background-color css
<style>
a { background-color: #7F6ACC; }
a { background-color: rgb(127,106,204); }
div.DivClassName
{
background-color: #7F6ACC;
}
.BgClassName
{
background-color: #7F6ACC;
}
</style>
border-color css
<style>
span { border-color: #7F6ACC; }
span { border-color: rgb(127,106,204); }
td.TdClassName
{
border-color: #7F6ACC;
}
.TagClassName
{
border-color: #7F6ACC;
}
</style>