Shades of Portage #8094ED
Tints of Portage #8094ED
RGB
CMYK
RGB Variations
Color information
#8094ED (or 0x8094ED) is known color: Portage. HEX triplet: 80, 94 and ED. RGB value is (128,148,237). Sum of RGB (Red+Green+Blue) = 128+148+237=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #8094ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8094ED is #7F6B12. Grayscale: #979797. Windows color (decimal): -8350483 or 15570048. OLE color: 15570048.
HSL color Cylindrical-coordinate representation of color #8094ED: hue angle of 228.99º 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 #8094ED is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 148 | 237 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.07 |
| HSL | 228.99º | 0.75% | 0.72% | - |
| HSV(B) | 228.99º | 0.46% | 0.93% | - |
| XYZ | 34.78 | 31.88 | 84.44 | - |
| YUV | 152.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 237 | 0.46 | 0.38 | 0 | 0.07 | 228.99 | 0.75 | 0.72 |
| Hex | 80 | 94 | ED | 2E | 26 | 0 | 7 | E5 | 4B | 48 |
| Octal | 200 | 224 | 355 | 56 | 46 | 0 | 7 | 345 | 113 | 110 |
| Binary | 10000000 | 10010100 | 11101101 | 101110 | 100110 | 0 | 111 | 11100101 | 1001011 | 1001000 |
Color Harmonies of #8094ED
Complementary color
Monochromatic Colors of #8094ED
Black with #8094ED
Text Example
Text Example
White with #8094ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8094ED; }
p { color: rgb(128,148,237); }
H1.HeaderClassName
{
color: #8094ED;
}
.AnyTagClassName
{
color: #8094ED;
}
</style>
background-color css
<style>
a { background-color: #8094ED; }
a { background-color: rgb(128,148,237); }
div.DivClassName
{
background-color: #8094ED;
}
.BgClassName
{
background-color: #8094ED;
}
</style>
border-color css
<style>
span { border-color: #8094ED; }
span { border-color: rgb(128,148,237); }
td.TdClassName
{
border-color: #8094ED;
}
.TagClassName
{
border-color: #8094ED;
}
</style>