Shades of Portage #7F94F2
Tints of Portage #7F94F2
RGB
CMYK
RGB Variations
Color information
#7F94F2 (or 0x7F94F2) is known color: Portage. HEX triplet: 7F, 94 and F2. RGB value is (127,148,242). Sum of RGB (Red+Green+Blue) = 127+148+242=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F94F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F94F2 is #806B0D. Grayscale: #989898. Windows color (decimal): -8416014 or 15897727. OLE color: 15897727.
HSL color Cylindrical-coordinate representation of color #7F94F2: hue angle of 229.04º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F94F2 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 148 | 242 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.05 |
| HSL | 229.04º | 0.82% | 0.72% | - |
| HSV(B) | 229.04º | 0.48% | 0.95% | - |
| XYZ | 35.37 | 32.1 | 88.34 | - |
| YUV | 152.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 242 | 0.48 | 0.39 | 0 | 0.05 | 229.04 | 0.82 | 0.72 |
| Hex | 7F | 94 | F2 | 30 | 27 | 0 | 5 | E5 | 52 | 48 |
| Octal | 177 | 224 | 362 | 60 | 47 | 0 | 5 | 345 | 122 | 110 |
| Binary | 1111111 | 10010100 | 11110010 | 110000 | 100111 | 0 | 101 | 11100101 | 1010010 | 1001000 |
Color Harmonies of #7F94F2
Complementary color
Monochromatic Colors of #7F94F2
Black with #7F94F2
Text Example
Text Example
White with #7F94F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F94F2; }
p { color: rgb(127,148,242); }
H1.HeaderClassName
{
color: #7F94F2;
}
.AnyTagClassName
{
color: #7F94F2;
}
</style>
background-color css
<style>
a { background-color: #7F94F2; }
a { background-color: rgb(127,148,242); }
div.DivClassName
{
background-color: #7F94F2;
}
.BgClassName
{
background-color: #7F94F2;
}
</style>
border-color css
<style>
span { border-color: #7F94F2; }
span { border-color: rgb(127,148,242); }
td.TdClassName
{
border-color: #7F94F2;
}
.TagClassName
{
border-color: #7F94F2;
}
</style>