Shades of Portage #8895FE
Tints of Portage #8895FE
RGB
CMYK
RGB Variations
Color information
#8895FE (or 0x8895FE) is known color: Portage. HEX triplet: 88, 95 and FE. RGB value is (136,149,254). Sum of RGB (Red+Green+Blue) = 136+149+254=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #8895FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895FE is #776A01. Grayscale: #9C9C9C. Windows color (decimal): -7825922 or 16684424. OLE color: 16684424.
HSL color Cylindrical-coordinate representation of color #8895FE: hue angle of 233.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8895FE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 149 | 254 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.00 |
| HSL | 233.39º | 0.98% | 0.76% | - |
| HSV(B) | 233.39º | 0.46% | 1% | - |
| XYZ | 38.79 | 33.88 | 98.26 | - |
| YUV | 157.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 254 | 0.46 | 0.41 | 0 | 0.00 | 233.39 | 0.98 | 0.76 |
| Hex | 88 | 95 | FE | 2E | 29 | 0 | 0 | E9 | 62 | 4C |
| Octal | 210 | 225 | 376 | 56 | 51 | 0 | 0 | 351 | 142 | 114 |
| Binary | 10001000 | 10010101 | 11111110 | 101110 | 101001 | 0 | 0 | 11101001 | 1100010 | 1001100 |
Color Harmonies of #8895FE
Complementary color
Monochromatic Colors of #8895FE
Black with #8895FE
Text Example
Text Example
White with #8895FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895FE; }
p { color: rgb(136,149,254); }
H1.HeaderClassName
{
color: #8895FE;
}
.AnyTagClassName
{
color: #8895FE;
}
</style>
background-color css
<style>
a { background-color: #8895FE; }
a { background-color: rgb(136,149,254); }
div.DivClassName
{
background-color: #8895FE;
}
.BgClassName
{
background-color: #8895FE;
}
</style>
border-color css
<style>
span { border-color: #8895FE; }
span { border-color: rgb(136,149,254); }
td.TdClassName
{
border-color: #8895FE;
}
.TagClassName
{
border-color: #8895FE;
}
</style>