Shades of Portage #8895EF
Tints of Portage #8895EF
RGB
CMYK
RGB Variations
Color information
#8895EF (or 0x8895EF) is known color: Portage. HEX triplet: 88, 95 and EF. RGB value is (136,149,239). Sum of RGB (Red+Green+Blue) = 136+149+239=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #8895EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895EF is #776A10. Grayscale: #9A9A9A. Windows color (decimal): -7825937 or 15701384. OLE color: 15701384.
HSL color Cylindrical-coordinate representation of color #8895EF: hue angle of 232.43º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8895EF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 149 | 239 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.06 |
| HSL | 232.43º | 0.76% | 0.74% | - |
| HSV(B) | 232.43º | 0.43% | 0.94% | - |
| XYZ | 36.48 | 32.96 | 86.1 | - |
| YUV | 155.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 239 | 0.43 | 0.38 | 0 | 0.06 | 232.43 | 0.76 | 0.74 |
| Hex | 88 | 95 | EF | 2B | 26 | 0 | 6 | E8 | 4C | 4A |
| Octal | 210 | 225 | 357 | 53 | 46 | 0 | 6 | 350 | 114 | 112 |
| Binary | 10001000 | 10010101 | 11101111 | 101011 | 100110 | 0 | 110 | 11101000 | 1001100 | 1001010 |
Color Harmonies of #8895EF
Complementary color
Monochromatic Colors of #8895EF
Black with #8895EF
Text Example
Text Example
White with #8895EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895EF; }
p { color: rgb(136,149,239); }
H1.HeaderClassName
{
color: #8895EF;
}
.AnyTagClassName
{
color: #8895EF;
}
</style>
background-color css
<style>
a { background-color: #8895EF; }
a { background-color: rgb(136,149,239); }
div.DivClassName
{
background-color: #8895EF;
}
.BgClassName
{
background-color: #8895EF;
}
</style>
border-color css
<style>
span { border-color: #8895EF; }
span { border-color: rgb(136,149,239); }
td.TdClassName
{
border-color: #8895EF;
}
.TagClassName
{
border-color: #8895EF;
}
</style>