Shades of Portage #8997FF
Tints of Portage #8997FF
RGB
CMYK
RGB Variations
Color information
#8997FF (or 0x8997FF) is known color: Portage. HEX triplet: 89, 97 and FF. RGB value is (137,151,255). Sum of RGB (Red+Green+Blue) = 137+151+255=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #8997FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8997FF is #766800. Grayscale: #9E9E9E. Windows color (decimal): -7759873 or 16750473. OLE color: 16750473.
HSL color Cylindrical-coordinate representation of color #8997FF: hue angle of 232.88º 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 #8997FF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 151 | 255 | - |
| CMYK | 0.46 | 0.41 | 0 | 0 |
| HSL | 232.88º | 1% | 0.77% | - |
| HSV(B) | 232.88º | 0.46% | 1% | - |
| XYZ | 39.43 | 34.67 | 99.22 | - |
| YUV | 158.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 255 | 0.46 | 0.41 | 0 | 0 | 232.88 | 1 | 0.77 |
| Hex | 89 | 97 | FF | 2E | 29 | 0 | 0 | E9 | 64 | 4D |
| Octal | 211 | 227 | 377 | 56 | 51 | 0 | 0 | 351 | 144 | 115 |
| Binary | 10001001 | 10010111 | 11111111 | 101110 | 101001 | 0 | 0 | 11101001 | 1100100 | 1001101 |
Color Harmonies of #8997FF
Complementary color
Monochromatic Colors of #8997FF
Black with #8997FF
Text Example
Text Example
White with #8997FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997FF; }
p { color: rgb(137,151,255); }
H1.HeaderClassName
{
color: #8997FF;
}
.AnyTagClassName
{
color: #8997FF;
}
</style>
background-color css
<style>
a { background-color: #8997FF; }
a { background-color: rgb(137,151,255); }
div.DivClassName
{
background-color: #8997FF;
}
.BgClassName
{
background-color: #8997FF;
}
</style>
border-color css
<style>
span { border-color: #8997FF; }
span { border-color: rgb(137,151,255); }
td.TdClassName
{
border-color: #8997FF;
}
.TagClassName
{
border-color: #8997FF;
}
</style>