Shades of Portage #8098EA
Tints of Portage #8098EA
RGB
CMYK
RGB Variations
Color information
#8098EA (or 0x8098EA) is known color: Portage. HEX triplet: 80, 98 and EA. RGB value is (128,152,234). Sum of RGB (Red+Green+Blue) = 128+152+234=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #8098EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8098EA is #7F6715. Grayscale: #999999. Windows color (decimal): -8349462 or 15374464. OLE color: 15374464.
HSL color Cylindrical-coordinate representation of color #8098EA: hue angle of 226.42º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8098EA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 152 | 234 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.08 |
| HSL | 226.42º | 0.72% | 0.71% | - |
| HSV(B) | 226.42º | 0.45% | 0.92% | - |
| XYZ | 34.98 | 32.99 | 82.37 | - |
| YUV | 154.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 234 | 0.45 | 0.35 | 0 | 0.08 | 226.42 | 0.72 | 0.71 |
| Hex | 80 | 98 | EA | 2D | 23 | 0 | 8 | E2 | 48 | 47 |
| Octal | 200 | 230 | 352 | 55 | 43 | 0 | 10 | 342 | 110 | 107 |
| Binary | 10000000 | 10011000 | 11101010 | 101101 | 100011 | 0 | 1000 | 11100010 | 1001000 | 1000111 |
Color Harmonies of #8098EA
Complementary color
Monochromatic Colors of #8098EA
Black with #8098EA
Text Example
Text Example
White with #8098EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8098EA; }
p { color: rgb(128,152,234); }
H1.HeaderClassName
{
color: #8098EA;
}
.AnyTagClassName
{
color: #8098EA;
}
</style>
background-color css
<style>
a { background-color: #8098EA; }
a { background-color: rgb(128,152,234); }
div.DivClassName
{
background-color: #8098EA;
}
.BgClassName
{
background-color: #8098EA;
}
</style>
border-color css
<style>
span { border-color: #8098EA; }
span { border-color: rgb(128,152,234); }
td.TdClassName
{
border-color: #8098EA;
}
.TagClassName
{
border-color: #8098EA;
}
</style>