Shades of Portage #8099E7
Tints of Portage #8099E7
RGB
CMYK
RGB Variations
Color information
#8099E7 (or 0x8099E7) is known color: Portage. HEX triplet: 80, 99 and E7. RGB value is (128,153,231). Sum of RGB (Red+Green+Blue) = 128+153+231=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #8099E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8099E7 is #7F6618. Grayscale: #9A9A9A. Windows color (decimal): -8349209 or 15178112. OLE color: 15178112.
HSL color Cylindrical-coordinate representation of color #8099E7: hue angle of 225.44º degrees, saturation: 0.68, 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 #8099E7 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 153 | 231 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.09 |
| HSL | 225.44º | 0.68% | 0.7% | - |
| HSV(B) | 225.44º | 0.45% | 0.91% | - |
| XYZ | 34.72 | 33.14 | 80.17 | - |
| YUV | 154.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 231 | 0.45 | 0.34 | 0 | 0.09 | 225.44 | 0.68 | 0.7 |
| Hex | 80 | 99 | E7 | 2D | 22 | 0 | 9 | E1 | 44 | 46 |
| Octal | 200 | 231 | 347 | 55 | 42 | 0 | 11 | 341 | 104 | 106 |
| Binary | 10000000 | 10011001 | 11100111 | 101101 | 100010 | 0 | 1001 | 11100001 | 1000100 | 1000110 |
Color Harmonies of #8099E7
Complementary color
Monochromatic Colors of #8099E7
Black with #8099E7
Text Example
Text Example
White with #8099E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099E7; }
p { color: rgb(128,153,231); }
H1.HeaderClassName
{
color: #8099E7;
}
.AnyTagClassName
{
color: #8099E7;
}
</style>
background-color css
<style>
a { background-color: #8099E7; }
a { background-color: rgb(128,153,231); }
div.DivClassName
{
background-color: #8099E7;
}
.BgClassName
{
background-color: #8099E7;
}
</style>
border-color css
<style>
span { border-color: #8099E7; }
span { border-color: rgb(128,153,231); }
td.TdClassName
{
border-color: #8099E7;
}
.TagClassName
{
border-color: #8099E7;
}
</style>