Shades of Portage #7F94CC
Tints of Portage #7F94CC
RGB
CMYK
RGB Variations
Color information
#7F94CC (or 0x7F94CC) is known color: Portage. HEX triplet: 7F, 94 and CC. RGB value is (127,148,204). Sum of RGB (Red+Green+Blue) = 127+148+204=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F94CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F94CC is #806B33. Grayscale: #939393. Windows color (decimal): -8416052 or 13407359. OLE color: 13407359.
HSL color Cylindrical-coordinate representation of color #7F94CC: hue angle of 223.64º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F94CC is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 148 | 204 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.2 |
| HSL | 223.64º | 0.43% | 0.65% | - |
| HSV(B) | 223.64º | 0.38% | 0.8% | - |
| XYZ | 30.24 | 30.05 | 61.33 | - |
| YUV | 148.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 204 | 0.38 | 0.27 | 0 | 0.2 | 223.64 | 0.43 | 0.65 |
| Hex | 7F | 94 | CC | 26 | 1B | 0 | 14 | E0 | 2B | 41 |
| Octal | 177 | 224 | 314 | 46 | 33 | 0 | 24 | 340 | 53 | 101 |
| Binary | 1111111 | 10010100 | 11001100 | 100110 | 11011 | 0 | 10100 | 11100000 | 101011 | 1000001 |
Color Harmonies of #7F94CC
Complementary color
Monochromatic Colors of #7F94CC
Black with #7F94CC
Text Example
Text Example
White with #7F94CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F94CC; }
p { color: rgb(127,148,204); }
H1.HeaderClassName
{
color: #7F94CC;
}
.AnyTagClassName
{
color: #7F94CC;
}
</style>
background-color css
<style>
a { background-color: #7F94CC; }
a { background-color: rgb(127,148,204); }
div.DivClassName
{
background-color: #7F94CC;
}
.BgClassName
{
background-color: #7F94CC;
}
</style>
border-color css
<style>
span { border-color: #7F94CC; }
span { border-color: rgb(127,148,204); }
td.TdClassName
{
border-color: #7F94CC;
}
.TagClassName
{
border-color: #7F94CC;
}
</style>