Shades of Portage #8996E0
Tints of Portage #8996E0
RGB
CMYK
RGB Variations
Color information
#8996E0 (or 0x8996E0) is known color: Portage. HEX triplet: 89, 96 and E0. RGB value is (137,150,224). Sum of RGB (Red+Green+Blue) = 137+150+224=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #8996E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996E0 is #76691F. Grayscale: #9A9A9A. Windows color (decimal): -7760160 or 14718601. OLE color: 14718601.
HSL color Cylindrical-coordinate representation of color #8996E0: hue angle of 231.03º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8996E0 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 150 | 224 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.12 |
| HSL | 231.03º | 0.58% | 0.71% | - |
| HSV(B) | 231.03º | 0.39% | 0.88% | - |
| XYZ | 34.68 | 32.51 | 74.97 | - |
| YUV | 154.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 224 | 0.39 | 0.33 | 0 | 0.12 | 231.03 | 0.58 | 0.71 |
| Hex | 89 | 96 | E0 | 27 | 21 | 0 | C | E7 | 3A | 47 |
| Octal | 211 | 226 | 340 | 47 | 41 | 0 | 14 | 347 | 72 | 107 |
| Binary | 10001001 | 10010110 | 11100000 | 100111 | 100001 | 0 | 1100 | 11100111 | 111010 | 1000111 |
Color Harmonies of #8996E0
Complementary color
Monochromatic Colors of #8996E0
Black with #8996E0
Text Example
Text Example
White with #8996E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996E0; }
p { color: rgb(137,150,224); }
H1.HeaderClassName
{
color: #8996E0;
}
.AnyTagClassName
{
color: #8996E0;
}
</style>
background-color css
<style>
a { background-color: #8996E0; }
a { background-color: rgb(137,150,224); }
div.DivClassName
{
background-color: #8996E0;
}
.BgClassName
{
background-color: #8996E0;
}
</style>
border-color css
<style>
span { border-color: #8996E0; }
span { border-color: rgb(137,150,224); }
td.TdClassName
{
border-color: #8996E0;
}
.TagClassName
{
border-color: #8996E0;
}
</style>