Shades of Portage #8192EC
Tints of Portage #8192EC
RGB
CMYK
RGB Variations
Color information
#8192EC (or 0x8192EC) is known color: Portage. HEX triplet: 81, 92 and EC. RGB value is (129,146,236). Sum of RGB (Red+Green+Blue) = 129+146+236=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #8192EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192EC is #7E6D13. Grayscale: #969696. Windows color (decimal): -8285460 or 15504001. OLE color: 15504001.
HSL color Cylindrical-coordinate representation of color #8192EC: hue angle of 230.47º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8192EC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 146 | 236 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.07 |
| HSL | 230.47º | 0.74% | 0.72% | - |
| HSV(B) | 230.47º | 0.45% | 0.93% | - |
| XYZ | 34.47 | 31.28 | 83.58 | - |
| YUV | 151.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 236 | 0.45 | 0.38 | 0 | 0.07 | 230.47 | 0.74 | 0.72 |
| Hex | 81 | 92 | EC | 2D | 26 | 0 | 7 | E6 | 4A | 48 |
| Octal | 201 | 222 | 354 | 55 | 46 | 0 | 7 | 346 | 112 | 110 |
| Binary | 10000001 | 10010010 | 11101100 | 101101 | 100110 | 0 | 111 | 11100110 | 1001010 | 1001000 |
Color Harmonies of #8192EC
Complementary color
Monochromatic Colors of #8192EC
Black with #8192EC
Text Example
Text Example
White with #8192EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192EC; }
p { color: rgb(129,146,236); }
H1.HeaderClassName
{
color: #8192EC;
}
.AnyTagClassName
{
color: #8192EC;
}
</style>
background-color css
<style>
a { background-color: #8192EC; }
a { background-color: rgb(129,146,236); }
div.DivClassName
{
background-color: #8192EC;
}
.BgClassName
{
background-color: #8192EC;
}
</style>
border-color css
<style>
span { border-color: #8192EC; }
span { border-color: rgb(129,146,236); }
td.TdClassName
{
border-color: #8192EC;
}
.TagClassName
{
border-color: #8192EC;
}
</style>