Shades of Portage #7F94D4
Tints of Portage #7F94D4
RGB
CMYK
RGB Variations
Color information
#7F94D4 (or 0x7F94D4) is known color: Portage. HEX triplet: 7F, 94 and D4. RGB value is (127,148,212). Sum of RGB (Red+Green+Blue) = 127+148+212=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #7F94D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F94D4 is #806B2B. Grayscale: #949494. Windows color (decimal): -8416044 or 13931647. OLE color: 13931647.
HSL color Cylindrical-coordinate representation of color #7F94D4: hue angle of 225.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F94D4 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 148 | 212 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.17 |
| HSL | 225.18º | 0.5% | 0.66% | - |
| HSV(B) | 225.18º | 0.4% | 0.83% | - |
| XYZ | 31.23 | 30.45 | 66.52 | - |
| YUV | 149.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 212 | 0.40 | 0.30 | 0 | 0.17 | 225.18 | 0.5 | 0.66 |
| Hex | 7F | 94 | D4 | 28 | 1E | 0 | 11 | E1 | 32 | 42 |
| Octal | 177 | 224 | 324 | 50 | 36 | 0 | 21 | 341 | 62 | 102 |
| Binary | 1111111 | 10010100 | 11010100 | 101000 | 11110 | 0 | 10001 | 11100001 | 110010 | 1000010 |
Color Harmonies of #7F94D4
Complementary color
Monochromatic Colors of #7F94D4
Black with #7F94D4
Text Example
Text Example
White with #7F94D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F94D4; }
p { color: rgb(127,148,212); }
H1.HeaderClassName
{
color: #7F94D4;
}
.AnyTagClassName
{
color: #7F94D4;
}
</style>
background-color css
<style>
a { background-color: #7F94D4; }
a { background-color: rgb(127,148,212); }
div.DivClassName
{
background-color: #7F94D4;
}
.BgClassName
{
background-color: #7F94D4;
}
</style>
border-color css
<style>
span { border-color: #7F94D4; }
span { border-color: rgb(127,148,212); }
td.TdClassName
{
border-color: #7F94D4;
}
.TagClassName
{
border-color: #7F94D4;
}
</style>