Shades of Portage #7F9BE8
Tints of Portage #7F9BE8
RGB
CMYK
RGB Variations
Color information
#7F9BE8 (or 0x7F9BE8) is known color: Portage. HEX triplet: 7F, 9B and E8. RGB value is (127,155,232). Sum of RGB (Red+Green+Blue) = 127+155+232=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F9BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9BE8 is #806417. Grayscale: #9B9B9B. Windows color (decimal): -8414232 or 15244159. OLE color: 15244159.
HSL color Cylindrical-coordinate representation of color #7F9BE8: hue angle of 224º 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 #7F9BE8 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 155 | 232 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.09 |
| HSL | 224º | 0.7% | 0.7% | - |
| HSV(B) | 224º | 0.45% | 0.91% | - |
| XYZ | 35.04 | 33.78 | 81.02 | - |
| YUV | 155.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 232 | 0.45 | 0.33 | 0 | 0.09 | 224 | 0.7 | 0.7 |
| Hex | 7F | 9B | E8 | 2D | 21 | 0 | 9 | E0 | 46 | 46 |
| Octal | 177 | 233 | 350 | 55 | 41 | 0 | 11 | 340 | 106 | 106 |
| Binary | 1111111 | 10011011 | 11101000 | 101101 | 100001 | 0 | 1001 | 11100000 | 1000110 | 1000110 |
Color Harmonies of #7F9BE8
Complementary color
Monochromatic Colors of #7F9BE8
Black with #7F9BE8
Text Example
Text Example
White with #7F9BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BE8; }
p { color: rgb(127,155,232); }
H1.HeaderClassName
{
color: #7F9BE8;
}
.AnyTagClassName
{
color: #7F9BE8;
}
</style>
background-color css
<style>
a { background-color: #7F9BE8; }
a { background-color: rgb(127,155,232); }
div.DivClassName
{
background-color: #7F9BE8;
}
.BgClassName
{
background-color: #7F9BE8;
}
</style>
border-color css
<style>
span { border-color: #7F9BE8; }
span { border-color: rgb(127,155,232); }
td.TdClassName
{
border-color: #7F9BE8;
}
.TagClassName
{
border-color: #7F9BE8;
}
</style>