Shades of Portage #8997FE
Tints of Portage #8997FE
RGB
CMYK
RGB Variations
Color information
#8997FE (or 0x8997FE) is known color: Portage. HEX triplet: 89, 97 and FE. RGB value is (137,151,254). Sum of RGB (Red+Green+Blue) = 137+151+254=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #8997FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8997FE is #766801. Grayscale: #9E9E9E. Windows color (decimal): -7759874 or 16684937. OLE color: 16684937.
HSL color Cylindrical-coordinate representation of color #8997FE: hue angle of 232.82º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8997FE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 151 | 254 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.00 |
| HSL | 232.82º | 0.98% | 0.77% | - |
| HSV(B) | 232.82º | 0.46% | 1% | - |
| XYZ | 39.27 | 34.61 | 98.38 | - |
| YUV | 158.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 254 | 0.46 | 0.41 | 0 | 0.00 | 232.82 | 0.98 | 0.77 |
| Hex | 89 | 97 | FE | 2E | 29 | 0 | 0 | E9 | 62 | 4D |
| Octal | 211 | 227 | 376 | 56 | 51 | 0 | 0 | 351 | 142 | 115 |
| Binary | 10001001 | 10010111 | 11111110 | 101110 | 101001 | 0 | 0 | 11101001 | 1100010 | 1001101 |
Color Harmonies of #8997FE
Complementary color
Monochromatic Colors of #8997FE
Black with #8997FE
Text Example
Text Example
White with #8997FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997FE; }
p { color: rgb(137,151,254); }
H1.HeaderClassName
{
color: #8997FE;
}
.AnyTagClassName
{
color: #8997FE;
}
</style>
background-color css
<style>
a { background-color: #8997FE; }
a { background-color: rgb(137,151,254); }
div.DivClassName
{
background-color: #8997FE;
}
.BgClassName
{
background-color: #8997FE;
}
</style>
border-color css
<style>
span { border-color: #8997FE; }
span { border-color: rgb(137,151,254); }
td.TdClassName
{
border-color: #8997FE;
}
.TagClassName
{
border-color: #8997FE;
}
</style>