Shades of Portage #8099EF
Tints of Portage #8099EF
RGB
CMYK
RGB Variations
Color information
#8099EF (or 0x8099EF) is known color: Portage. HEX triplet: 80, 99 and EF. RGB value is (128,153,239). Sum of RGB (Red+Green+Blue) = 128+153+239=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8099EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8099EF is #7F6610. Grayscale: #9A9A9A. Windows color (decimal): -8349201 or 15702400. OLE color: 15702400.
HSL color Cylindrical-coordinate representation of color #8099EF: hue angle of 226.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8099EF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 153 | 239 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.06 |
| HSL | 226.49º | 0.78% | 0.72% | - |
| HSV(B) | 226.49º | 0.46% | 0.94% | - |
| XYZ | 35.87 | 33.6 | 86.26 | - |
| YUV | 155.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 239 | 0.46 | 0.36 | 0 | 0.06 | 226.49 | 0.78 | 0.72 |
| Hex | 80 | 99 | EF | 2E | 24 | 0 | 6 | E2 | 4E | 48 |
| Octal | 200 | 231 | 357 | 56 | 44 | 0 | 6 | 342 | 116 | 110 |
| Binary | 10000000 | 10011001 | 11101111 | 101110 | 100100 | 0 | 110 | 11100010 | 1001110 | 1001000 |
Color Harmonies of #8099EF
Complementary color
Monochromatic Colors of #8099EF
Black with #8099EF
Text Example
Text Example
White with #8099EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099EF; }
p { color: rgb(128,153,239); }
H1.HeaderClassName
{
color: #8099EF;
}
.AnyTagClassName
{
color: #8099EF;
}
</style>
background-color css
<style>
a { background-color: #8099EF; }
a { background-color: rgb(128,153,239); }
div.DivClassName
{
background-color: #8099EF;
}
.BgClassName
{
background-color: #8099EF;
}
</style>
border-color css
<style>
span { border-color: #8099EF; }
span { border-color: rgb(128,153,239); }
td.TdClassName
{
border-color: #8099EF;
}
.TagClassName
{
border-color: #8099EF;
}
</style>