Shades of Portage #8894ED
Tints of Portage #8894ED
RGB
CMYK
RGB Variations
Color information
#8894ED (or 0x8894ED) is known color: Portage. HEX triplet: 88, 94 and ED. RGB value is (136,148,237). Sum of RGB (Red+Green+Blue) = 136+148+237=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #8894ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8894ED is #776B12. Grayscale: #9A9A9A. Windows color (decimal): -7826195 or 15570056. OLE color: 15570056.
HSL color Cylindrical-coordinate representation of color #8894ED: hue angle of 232.87º 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 #8894ED is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 148 | 237 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.07 |
| HSL | 232.87º | 0.74% | 0.73% | - |
| HSV(B) | 232.87º | 0.43% | 0.93% | - |
| XYZ | 36.03 | 32.53 | 84.5 | - |
| YUV | 154.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 237 | 0.43 | 0.38 | 0 | 0.07 | 232.87 | 0.74 | 0.73 |
| Hex | 88 | 94 | ED | 2B | 26 | 0 | 7 | E9 | 4A | 49 |
| Octal | 210 | 224 | 355 | 53 | 46 | 0 | 7 | 351 | 112 | 111 |
| Binary | 10001000 | 10010100 | 11101101 | 101011 | 100110 | 0 | 111 | 11101001 | 1001010 | 1001001 |
Color Harmonies of #8894ED
Complementary color
Monochromatic Colors of #8894ED
Black with #8894ED
Text Example
Text Example
White with #8894ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894ED; }
p { color: rgb(136,148,237); }
H1.HeaderClassName
{
color: #8894ED;
}
.AnyTagClassName
{
color: #8894ED;
}
</style>
background-color css
<style>
a { background-color: #8894ED; }
a { background-color: rgb(136,148,237); }
div.DivClassName
{
background-color: #8894ED;
}
.BgClassName
{
background-color: #8894ED;
}
</style>
border-color css
<style>
span { border-color: #8894ED; }
span { border-color: rgb(136,148,237); }
td.TdClassName
{
border-color: #8894ED;
}
.TagClassName
{
border-color: #8894ED;
}
</style>