Shades of Portage #8092EE
Tints of Portage #8092EE
RGB
CMYK
RGB Variations
Color information
#8092EE (or 0x8092EE) is known color: Portage. HEX triplet: 80, 92 and EE. RGB value is (128,146,238). Sum of RGB (Red+Green+Blue) = 128+146+238=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #8092EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8092EE is #7F6D11. Grayscale: #969696. Windows color (decimal): -8350994 or 15635072. OLE color: 15635072.
HSL color Cylindrical-coordinate representation of color #8092EE: hue angle of 230.18º degrees, saturation: 0.76, 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 #8092EE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 146 | 238 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.07 |
| HSL | 230.18º | 0.76% | 0.72% | - |
| HSV(B) | 230.18º | 0.46% | 0.93% | - |
| XYZ | 34.61 | 31.32 | 85.11 | - |
| YUV | 151.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 238 | 0.46 | 0.39 | 0 | 0.07 | 230.18 | 0.76 | 0.72 |
| Hex | 80 | 92 | EE | 2E | 27 | 0 | 7 | E6 | 4C | 48 |
| Octal | 200 | 222 | 356 | 56 | 47 | 0 | 7 | 346 | 114 | 110 |
| Binary | 10000000 | 10010010 | 11101110 | 101110 | 100111 | 0 | 111 | 11100110 | 1001100 | 1001000 |
Color Harmonies of #8092EE
Complementary color
Monochromatic Colors of #8092EE
Black with #8092EE
Text Example
Text Example
White with #8092EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092EE; }
p { color: rgb(128,146,238); }
H1.HeaderClassName
{
color: #8092EE;
}
.AnyTagClassName
{
color: #8092EE;
}
</style>
background-color css
<style>
a { background-color: #8092EE; }
a { background-color: rgb(128,146,238); }
div.DivClassName
{
background-color: #8092EE;
}
.BgClassName
{
background-color: #8092EE;
}
</style>
border-color css
<style>
span { border-color: #8092EE; }
span { border-color: rgb(128,146,238); }
td.TdClassName
{
border-color: #8092EE;
}
.TagClassName
{
border-color: #8092EE;
}
</style>