Shades of Portage #8893EE
Tints of Portage #8893EE
RGB
CMYK
RGB Variations
Color information
#8893EE (or 0x8893EE) is known color: Portage. HEX triplet: 88, 93 and EE. RGB value is (136,147,238). Sum of RGB (Red+Green+Blue) = 136+147+238=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8893EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8893EE is #776C11. Grayscale: #999999. Windows color (decimal): -7826450 or 15635336. OLE color: 15635336.
HSL color Cylindrical-coordinate representation of color #8893EE: hue angle of 233.53º 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 #8893EE is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 147 | 238 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.07 |
| HSL | 233.53º | 0.75% | 0.73% | - |
| HSV(B) | 233.53º | 0.43% | 0.93% | - |
| XYZ | 36.02 | 32.27 | 85.22 | - |
| YUV | 154.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 238 | 0.43 | 0.38 | 0 | 0.07 | 233.53 | 0.75 | 0.73 |
| Hex | 88 | 93 | EE | 2B | 26 | 0 | 7 | EA | 4B | 49 |
| Octal | 210 | 223 | 356 | 53 | 46 | 0 | 7 | 352 | 113 | 111 |
| Binary | 10001000 | 10010011 | 11101110 | 101011 | 100110 | 0 | 111 | 11101010 | 1001011 | 1001001 |
Color Harmonies of #8893EE
Complementary color
Monochromatic Colors of #8893EE
Black with #8893EE
Text Example
Text Example
White with #8893EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893EE; }
p { color: rgb(136,147,238); }
H1.HeaderClassName
{
color: #8893EE;
}
.AnyTagClassName
{
color: #8893EE;
}
</style>
background-color css
<style>
a { background-color: #8893EE; }
a { background-color: rgb(136,147,238); }
div.DivClassName
{
background-color: #8893EE;
}
.BgClassName
{
background-color: #8893EE;
}
</style>
border-color css
<style>
span { border-color: #8893EE; }
span { border-color: rgb(136,147,238); }
td.TdClassName
{
border-color: #8893EE;
}
.TagClassName
{
border-color: #8893EE;
}
</style>