Shades of Portage #8892EE
Tints of Portage #8892EE
RGB
CMYK
RGB Variations
Color information
#8892EE (or 0x8892EE) is known color: Portage. HEX triplet: 88, 92 and EE. RGB value is (136,146,238). Sum of RGB (Red+Green+Blue) = 136+146+238=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #8892EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8892EE is #776D11. Grayscale: #999999. Windows color (decimal): -7826706 or 15635080. OLE color: 15635080.
HSL color Cylindrical-coordinate representation of color #8892EE: hue angle of 234.12º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8892EE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 146 | 238 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.07 |
| HSL | 234.12º | 0.75% | 0.73% | - |
| HSV(B) | 234.12º | 0.43% | 0.93% | - |
| XYZ | 35.86 | 31.97 | 85.17 | - |
| YUV | 153.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 238 | 0.43 | 0.39 | 0 | 0.07 | 234.12 | 0.75 | 0.73 |
| Hex | 88 | 92 | EE | 2B | 27 | 0 | 7 | EA | 4B | 49 |
| Octal | 210 | 222 | 356 | 53 | 47 | 0 | 7 | 352 | 113 | 111 |
| Binary | 10001000 | 10010010 | 11101110 | 101011 | 100111 | 0 | 111 | 11101010 | 1001011 | 1001001 |
Color Harmonies of #8892EE
Complementary color
Monochromatic Colors of #8892EE
Black with #8892EE
Text Example
Text Example
White with #8892EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892EE; }
p { color: rgb(136,146,238); }
H1.HeaderClassName
{
color: #8892EE;
}
.AnyTagClassName
{
color: #8892EE;
}
</style>
background-color css
<style>
a { background-color: #8892EE; }
a { background-color: rgb(136,146,238); }
div.DivClassName
{
background-color: #8892EE;
}
.BgClassName
{
background-color: #8892EE;
}
</style>
border-color css
<style>
span { border-color: #8892EE; }
span { border-color: rgb(136,146,238); }
td.TdClassName
{
border-color: #8892EE;
}
.TagClassName
{
border-color: #8892EE;
}
</style>