Shades of Portage #8997FA
Tints of Portage #8997FA
RGB
CMYK
RGB Variations
Color information
#8997FA (or 0x8997FA) is known color: Portage. HEX triplet: 89, 97 and FA. RGB value is (137,151,250). Sum of RGB (Red+Green+Blue) = 137+151+250=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #8997FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8997FA is #766805. Grayscale: #9D9D9D. Windows color (decimal): -7759878 or 16422793. OLE color: 16422793.
HSL color Cylindrical-coordinate representation of color #8997FA: hue angle of 232.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8997FA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 151 | 250 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.02 |
| HSL | 232.57º | 0.92% | 0.76% | - |
| HSV(B) | 232.57º | 0.45% | 0.98% | - |
| XYZ | 38.64 | 34.35 | 95.04 | - |
| YUV | 158.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 250 | 0.45 | 0.40 | 0 | 0.02 | 232.57 | 0.92 | 0.76 |
| Hex | 89 | 97 | FA | 2D | 28 | 0 | 2 | E9 | 5C | 4C |
| Octal | 211 | 227 | 372 | 55 | 50 | 0 | 2 | 351 | 134 | 114 |
| Binary | 10001001 | 10010111 | 11111010 | 101101 | 101000 | 0 | 10 | 11101001 | 1011100 | 1001100 |
Color Harmonies of #8997FA
Complementary color
Monochromatic Colors of #8997FA
Black with #8997FA
Text Example
Text Example
White with #8997FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997FA; }
p { color: rgb(137,151,250); }
H1.HeaderClassName
{
color: #8997FA;
}
.AnyTagClassName
{
color: #8997FA;
}
</style>
background-color css
<style>
a { background-color: #8997FA; }
a { background-color: rgb(137,151,250); }
div.DivClassName
{
background-color: #8997FA;
}
.BgClassName
{
background-color: #8997FA;
}
</style>
border-color css
<style>
span { border-color: #8997FA; }
span { border-color: rgb(137,151,250); }
td.TdClassName
{
border-color: #8997FA;
}
.TagClassName
{
border-color: #8997FA;
}
</style>