Shades of Portage #7F8AE8
Tints of Portage #7F8AE8
RGB
CMYK
RGB Variations
Color information
#7F8AE8 (or 0x7F8AE8) is known color: Portage. HEX triplet: 7F, 8A and E8. RGB value is (127,138,232). Sum of RGB (Red+Green+Blue) = 127+138+232=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F8AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8AE8 is #807517. Grayscale: #919191. Windows color (decimal): -8418584 or 15239807. OLE color: 15239807.
HSL color Cylindrical-coordinate representation of color #7F8AE8: hue angle of 233.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F8AE8 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 138 | 232 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.09 |
| HSL | 233.71º | 0.7% | 0.7% | - |
| HSV(B) | 233.71º | 0.45% | 0.91% | - |
| XYZ | 32.41 | 28.52 | 80.14 | - |
| YUV | 145.43 | 176.86 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 232 | 0.45 | 0.41 | 0 | 0.09 | 233.71 | 0.7 | 0.7 |
| Hex | 7F | 8A | E8 | 2D | 29 | 0 | 9 | EA | 46 | 46 |
| Octal | 177 | 212 | 350 | 55 | 51 | 0 | 11 | 352 | 106 | 106 |
| Binary | 1111111 | 10001010 | 11101000 | 101101 | 101001 | 0 | 1001 | 11101010 | 1000110 | 1000110 |
Color Harmonies of #7F8AE8
Complementary color
Monochromatic Colors of #7F8AE8
Black with #7F8AE8
Text Example
Text Example
White with #7F8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8AE8; }
p { color: rgb(127,138,232); }
H1.HeaderClassName
{
color: #7F8AE8;
}
.AnyTagClassName
{
color: #7F8AE8;
}
</style>
background-color css
<style>
a { background-color: #7F8AE8; }
a { background-color: rgb(127,138,232); }
div.DivClassName
{
background-color: #7F8AE8;
}
.BgClassName
{
background-color: #7F8AE8;
}
</style>
border-color css
<style>
span { border-color: #7F8AE8; }
span { border-color: rgb(127,138,232); }
td.TdClassName
{
border-color: #7F8AE8;
}
.TagClassName
{
border-color: #7F8AE8;
}
</style>