Shades of Portage #7F8DF7
Tints of Portage #7F8DF7
RGB
CMYK
RGB Variations
Color information
#7F8DF7 (or 0x7F8DF7) is known color: Portage. HEX triplet: 7F, 8D and F7. RGB value is (127,141,247). Sum of RGB (Red+Green+Blue) = 127+141+247=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F8DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DF7 is #807208. Grayscale: #949494. Windows color (decimal): -8417801 or 16223615. OLE color: 16223615.
HSL color Cylindrical-coordinate representation of color #7F8DF7: hue angle of 233º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F8DF7 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 141 | 247 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.03 |
| HSL | 233º | 0.88% | 0.73% | - |
| HSV(B) | 233º | 0.49% | 0.97% | - |
| XYZ | 35.07 | 30.28 | 91.99 | - |
| YUV | 148.9 | 183.36 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 247 | 0.49 | 0.43 | 0 | 0.03 | 233 | 0.88 | 0.73 |
| Hex | 7F | 8D | F7 | 31 | 2B | 0 | 3 | E9 | 58 | 49 |
| Octal | 177 | 215 | 367 | 61 | 53 | 0 | 3 | 351 | 130 | 111 |
| Binary | 1111111 | 10001101 | 11110111 | 110001 | 101011 | 0 | 11 | 11101001 | 1011000 | 1001001 |
Color Harmonies of #7F8DF7
Complementary color
Monochromatic Colors of #7F8DF7
Black with #7F8DF7
Text Example
Text Example
White with #7F8DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8DF7; }
p { color: rgb(127,141,247); }
H1.HeaderClassName
{
color: #7F8DF7;
}
.AnyTagClassName
{
color: #7F8DF7;
}
</style>
background-color css
<style>
a { background-color: #7F8DF7; }
a { background-color: rgb(127,141,247); }
div.DivClassName
{
background-color: #7F8DF7;
}
.BgClassName
{
background-color: #7F8DF7;
}
</style>
border-color css
<style>
span { border-color: #7F8DF7; }
span { border-color: rgb(127,141,247); }
td.TdClassName
{
border-color: #7F8DF7;
}
.TagClassName
{
border-color: #7F8DF7;
}
</style>