Shades of Portage #8098ED
Tints of Portage #8098ED
RGB
CMYK
RGB Variations
Color information
#8098ED (or 0x8098ED) is known color: Portage. HEX triplet: 80, 98 and ED. RGB value is (128,152,237). Sum of RGB (Red+Green+Blue) = 128+152+237=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8098ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8098ED is #7F6712. Grayscale: #9A9A9A. Windows color (decimal): -8349459 or 15571072. OLE color: 15571072.
HSL color Cylindrical-coordinate representation of color #8098ED: hue angle of 226.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8098ED is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 152 | 237 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.07 |
| HSL | 226.79º | 0.75% | 0.72% | - |
| HSV(B) | 226.79º | 0.46% | 0.93% | - |
| XYZ | 35.42 | 33.16 | 84.65 | - |
| YUV | 154.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 237 | 0.46 | 0.36 | 0 | 0.07 | 226.79 | 0.75 | 0.72 |
| Hex | 80 | 98 | ED | 2E | 24 | 0 | 7 | E3 | 4B | 48 |
| Octal | 200 | 230 | 355 | 56 | 44 | 0 | 7 | 343 | 113 | 110 |
| Binary | 10000000 | 10011000 | 11101101 | 101110 | 100100 | 0 | 111 | 11100011 | 1001011 | 1001000 |
Color Harmonies of #8098ED
Complementary color
Monochromatic Colors of #8098ED
Black with #8098ED
Text Example
Text Example
White with #8098ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8098ED; }
p { color: rgb(128,152,237); }
H1.HeaderClassName
{
color: #8098ED;
}
.AnyTagClassName
{
color: #8098ED;
}
</style>
background-color css
<style>
a { background-color: #8098ED; }
a { background-color: rgb(128,152,237); }
div.DivClassName
{
background-color: #8098ED;
}
.BgClassName
{
background-color: #8098ED;
}
</style>
border-color css
<style>
span { border-color: #8098ED; }
span { border-color: rgb(128,152,237); }
td.TdClassName
{
border-color: #8098ED;
}
.TagClassName
{
border-color: #8098ED;
}
</style>