Shades of Portage #8996EF
Tints of Portage #8996EF
RGB
CMYK
RGB Variations
Color information
#8996EF (or 0x8996EF) is known color: Portage. HEX triplet: 89, 96 and EF. RGB value is (137,150,239). Sum of RGB (Red+Green+Blue) = 137+150+239=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #8996EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996EF is #766910. Grayscale: #9B9B9B. Windows color (decimal): -7760145 or 15701641. OLE color: 15701641.
HSL color Cylindrical-coordinate representation of color #8996EF: hue angle of 232.35º 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 #8996EF is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 150 | 239 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.06 |
| HSL | 232.35º | 0.76% | 0.74% | - |
| HSV(B) | 232.35º | 0.43% | 0.94% | - |
| XYZ | 36.8 | 33.36 | 86.16 | - |
| YUV | 156.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 239 | 0.43 | 0.37 | 0 | 0.06 | 232.35 | 0.76 | 0.74 |
| Hex | 89 | 96 | EF | 2B | 25 | 0 | 6 | E8 | 4C | 4A |
| Octal | 211 | 226 | 357 | 53 | 45 | 0 | 6 | 350 | 114 | 112 |
| Binary | 10001001 | 10010110 | 11101111 | 101011 | 100101 | 0 | 110 | 11101000 | 1001100 | 1001010 |
Color Harmonies of #8996EF
Complementary color
Monochromatic Colors of #8996EF
Black with #8996EF
Text Example
Text Example
White with #8996EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996EF; }
p { color: rgb(137,150,239); }
H1.HeaderClassName
{
color: #8996EF;
}
.AnyTagClassName
{
color: #8996EF;
}
</style>
background-color css
<style>
a { background-color: #8996EF; }
a { background-color: rgb(137,150,239); }
div.DivClassName
{
background-color: #8996EF;
}
.BgClassName
{
background-color: #8996EF;
}
</style>
border-color css
<style>
span { border-color: #8996EF; }
span { border-color: rgb(137,150,239); }
td.TdClassName
{
border-color: #8996EF;
}
.TagClassName
{
border-color: #8996EF;
}
</style>