Shades of Portage #8891ED
Tints of Portage #8891ED
RGB
CMYK
RGB Variations
Color information
#8891ED (or 0x8891ED) is known color: Portage. HEX triplet: 88, 91 and ED. RGB value is (136,145,237). Sum of RGB (Red+Green+Blue) = 136+145+237=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #8891ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8891ED is #776E12. Grayscale: #989898. Windows color (decimal): -7826963 or 15569288. OLE color: 15569288.
HSL color Cylindrical-coordinate representation of color #8891ED: hue angle of 234.65º degrees, saturation: 0.74, 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 #8891ED is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 145 | 237 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.07 |
| HSL | 234.65º | 0.74% | 0.73% | - |
| HSV(B) | 234.65º | 0.43% | 0.93% | - |
| XYZ | 35.56 | 31.6 | 84.35 | - |
| YUV | 152.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 237 | 0.43 | 0.39 | 0 | 0.07 | 234.65 | 0.74 | 0.73 |
| Hex | 88 | 91 | ED | 2B | 27 | 0 | 7 | EB | 4A | 49 |
| Octal | 210 | 221 | 355 | 53 | 47 | 0 | 7 | 353 | 112 | 111 |
| Binary | 10001000 | 10010001 | 11101101 | 101011 | 100111 | 0 | 111 | 11101011 | 1001010 | 1001001 |
Color Harmonies of #8891ED
Complementary color
Monochromatic Colors of #8891ED
Black with #8891ED
Text Example
Text Example
White with #8891ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891ED; }
p { color: rgb(136,145,237); }
H1.HeaderClassName
{
color: #8891ED;
}
.AnyTagClassName
{
color: #8891ED;
}
</style>
background-color css
<style>
a { background-color: #8891ED; }
a { background-color: rgb(136,145,237); }
div.DivClassName
{
background-color: #8891ED;
}
.BgClassName
{
background-color: #8891ED;
}
</style>
border-color css
<style>
span { border-color: #8891ED; }
span { border-color: rgb(136,145,237); }
td.TdClassName
{
border-color: #8891ED;
}
.TagClassName
{
border-color: #8891ED;
}
</style>