Shades of Portage #8092E8
Tints of Portage #8092E8
RGB
CMYK
RGB Variations
Color information
#8092E8 (or 0x8092E8) is known color: Portage. HEX triplet: 80, 92 and E8. RGB value is (128,146,232). Sum of RGB (Red+Green+Blue) = 128+146+232=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #8092E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8092E8 is #7F6D17. Grayscale: #969696. Windows color (decimal): -8351000 or 15241856. OLE color: 15241856.
HSL color Cylindrical-coordinate representation of color #8092E8: hue angle of 229.62º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8092E8 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 146 | 232 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.09 |
| HSL | 229.62º | 0.69% | 0.71% | - |
| HSV(B) | 229.62º | 0.45% | 0.91% | - |
| XYZ | 33.75 | 30.97 | 80.54 | - |
| YUV | 150.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 232 | 0.45 | 0.37 | 0 | 0.09 | 229.62 | 0.69 | 0.71 |
| Hex | 80 | 92 | E8 | 2D | 25 | 0 | 9 | E6 | 45 | 47 |
| Octal | 200 | 222 | 350 | 55 | 45 | 0 | 11 | 346 | 105 | 107 |
| Binary | 10000000 | 10010010 | 11101000 | 101101 | 100101 | 0 | 1001 | 11100110 | 1000101 | 1000111 |
Color Harmonies of #8092E8
Complementary color
Monochromatic Colors of #8092E8
Black with #8092E8
Text Example
Text Example
White with #8092E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092E8; }
p { color: rgb(128,146,232); }
H1.HeaderClassName
{
color: #8092E8;
}
.AnyTagClassName
{
color: #8092E8;
}
</style>
background-color css
<style>
a { background-color: #8092E8; }
a { background-color: rgb(128,146,232); }
div.DivClassName
{
background-color: #8092E8;
}
.BgClassName
{
background-color: #8092E8;
}
</style>
border-color css
<style>
span { border-color: #8092E8; }
span { border-color: rgb(128,146,232); }
td.TdClassName
{
border-color: #8092E8;
}
.TagClassName
{
border-color: #8092E8;
}
</style>