Shades of Portage #8892E4
Tints of Portage #8892E4
RGB
CMYK
RGB Variations
Color information
#8892E4 (or 0x8892E4) is known color: Portage. HEX triplet: 88, 92 and E4. RGB value is (136,146,228). Sum of RGB (Red+Green+Blue) = 136+146+228=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #8892E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892E4 is #776D1B. Grayscale: #989898. Windows color (decimal): -7826716 or 14979720. OLE color: 14979720.
HSL color Cylindrical-coordinate representation of color #8892E4: hue angle of 233.48º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8892E4 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 146 | 228 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.11 |
| HSL | 233.48º | 0.63% | 0.71% | - |
| HSV(B) | 233.48º | 0.4% | 0.89% | - |
| XYZ | 34.44 | 31.39 | 77.64 | - |
| YUV | 152.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 228 | 0.40 | 0.36 | 0 | 0.11 | 233.48 | 0.63 | 0.71 |
| Hex | 88 | 92 | E4 | 28 | 24 | 0 | B | E9 | 3F | 47 |
| Octal | 210 | 222 | 344 | 50 | 44 | 0 | 13 | 351 | 77 | 107 |
| Binary | 10001000 | 10010010 | 11100100 | 101000 | 100100 | 0 | 1011 | 11101001 | 111111 | 1000111 |
Color Harmonies of #8892E4
Complementary color
Monochromatic Colors of #8892E4
Black with #8892E4
Text Example
Text Example
White with #8892E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892E4; }
p { color: rgb(136,146,228); }
H1.HeaderClassName
{
color: #8892E4;
}
.AnyTagClassName
{
color: #8892E4;
}
</style>
background-color css
<style>
a { background-color: #8892E4; }
a { background-color: rgb(136,146,228); }
div.DivClassName
{
background-color: #8892E4;
}
.BgClassName
{
background-color: #8892E4;
}
</style>
border-color css
<style>
span { border-color: #8892E4; }
span { border-color: rgb(136,146,228); }
td.TdClassName
{
border-color: #8892E4;
}
.TagClassName
{
border-color: #8892E4;
}
</style>