Shades of Portage #8892E8
Tints of Portage #8892E8
RGB
CMYK
RGB Variations
Color information
#8892E8 (or 0x8892E8) is known color: Portage. HEX triplet: 88, 92 and E8. RGB value is (136,146,232). Sum of RGB (Red+Green+Blue) = 136+146+232=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #8892E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8892E8 is #776D17. Grayscale: #989898. Windows color (decimal): -7826712 or 15241864. OLE color: 15241864.
HSL color Cylindrical-coordinate representation of color #8892E8: hue angle of 233.75º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8892E8 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 146 | 232 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.09 |
| HSL | 233.75º | 0.68% | 0.72% | - |
| HSV(B) | 233.75º | 0.41% | 0.91% | - |
| XYZ | 35 | 31.62 | 80.6 | - |
| YUV | 152.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 232 | 0.41 | 0.37 | 0 | 0.09 | 233.75 | 0.68 | 0.72 |
| Hex | 88 | 92 | E8 | 29 | 25 | 0 | 9 | EA | 44 | 48 |
| Octal | 210 | 222 | 350 | 51 | 45 | 0 | 11 | 352 | 104 | 110 |
| Binary | 10001000 | 10010010 | 11101000 | 101001 | 100101 | 0 | 1001 | 11101010 | 1000100 | 1001000 |
Color Harmonies of #8892E8
Complementary color
Monochromatic Colors of #8892E8
Black with #8892E8
Text Example
Text Example
White with #8892E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892E8; }
p { color: rgb(136,146,232); }
H1.HeaderClassName
{
color: #8892E8;
}
.AnyTagClassName
{
color: #8892E8;
}
</style>
background-color css
<style>
a { background-color: #8892E8; }
a { background-color: rgb(136,146,232); }
div.DivClassName
{
background-color: #8892E8;
}
.BgClassName
{
background-color: #8892E8;
}
</style>
border-color css
<style>
span { border-color: #8892E8; }
span { border-color: rgb(136,146,232); }
td.TdClassName
{
border-color: #8892E8;
}
.TagClassName
{
border-color: #8892E8;
}
</style>