Shades of Portage #8996FF
Tints of Portage #8996FF
RGB
CMYK
RGB Variations
Color information
#8996FF (or 0x8996FF) is known color: Portage. HEX triplet: 89, 96 and FF. RGB value is (137,150,255). Sum of RGB (Red+Green+Blue) = 137+150+255=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8996FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996FF is #766900. Grayscale: #9D9D9D. Windows color (decimal): -7760129 or 16750217. OLE color: 16750217.
HSL color Cylindrical-coordinate representation of color #8996FF: hue angle of 233.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8996FF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 150 | 255 | - |
| CMYK | 0.46 | 0.41 | 0 | 0 |
| HSL | 233.39º | 1% | 0.77% | - |
| HSV(B) | 233.39º | 0.46% | 1% | - |
| XYZ | 39.27 | 34.35 | 99.17 | - |
| YUV | 158.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 255 | 0.46 | 0.41 | 0 | 0 | 233.39 | 1 | 0.77 |
| Hex | 89 | 96 | FF | 2E | 29 | 0 | 0 | E9 | 64 | 4D |
| Octal | 211 | 226 | 377 | 56 | 51 | 0 | 0 | 351 | 144 | 115 |
| Binary | 10001001 | 10010110 | 11111111 | 101110 | 101001 | 0 | 0 | 11101001 | 1100100 | 1001101 |
Color Harmonies of #8996FF
Complementary color
Monochromatic Colors of #8996FF
Black with #8996FF
Text Example
Text Example
White with #8996FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996FF; }
p { color: rgb(137,150,255); }
H1.HeaderClassName
{
color: #8996FF;
}
.AnyTagClassName
{
color: #8996FF;
}
</style>
background-color css
<style>
a { background-color: #8996FF; }
a { background-color: rgb(137,150,255); }
div.DivClassName
{
background-color: #8996FF;
}
.BgClassName
{
background-color: #8996FF;
}
</style>
border-color css
<style>
span { border-color: #8996FF; }
span { border-color: rgb(137,150,255); }
td.TdClassName
{
border-color: #8996FF;
}
.TagClassName
{
border-color: #8996FF;
}
</style>