Shades of Portage #7F8AE0
Tints of Portage #7F8AE0
RGB
CMYK
RGB Variations
Color information
#7F8AE0 (or 0x7F8AE0) is known color: Portage. HEX triplet: 7F, 8A and E0. RGB value is (127,138,224). Sum of RGB (Red+Green+Blue) = 127+138+224=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F8AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8AE0 is #80751F. Grayscale: #909090. Windows color (decimal): -8418592 or 14715519. OLE color: 14715519.
HSL color Cylindrical-coordinate representation of color #7F8AE0: hue angle of 233.2º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8AE0 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 138 | 224 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.12 |
| HSL | 233.2º | 0.61% | 0.69% | - |
| HSV(B) | 233.2º | 0.43% | 0.88% | - |
| XYZ | 31.3 | 28.07 | 74.29 | - |
| YUV | 144.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 224 | 0.43 | 0.38 | 0 | 0.12 | 233.2 | 0.61 | 0.69 |
| Hex | 7F | 8A | E0 | 2B | 26 | 0 | C | E9 | 3D | 45 |
| Octal | 177 | 212 | 340 | 53 | 46 | 0 | 14 | 351 | 75 | 105 |
| Binary | 1111111 | 10001010 | 11100000 | 101011 | 100110 | 0 | 1100 | 11101001 | 111101 | 1000101 |
Color Harmonies of #7F8AE0
Complementary color
Monochromatic Colors of #7F8AE0
Black with #7F8AE0
Text Example
Text Example
White with #7F8AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8AE0; }
p { color: rgb(127,138,224); }
H1.HeaderClassName
{
color: #7F8AE0;
}
.AnyTagClassName
{
color: #7F8AE0;
}
</style>
background-color css
<style>
a { background-color: #7F8AE0; }
a { background-color: rgb(127,138,224); }
div.DivClassName
{
background-color: #7F8AE0;
}
.BgClassName
{
background-color: #7F8AE0;
}
</style>
border-color css
<style>
span { border-color: #7F8AE0; }
span { border-color: rgb(127,138,224); }
td.TdClassName
{
border-color: #7F8AE0;
}
.TagClassName
{
border-color: #7F8AE0;
}
</style>