#8997FA

Color #8997FA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8997FA

Tints of Portage #8997FA

Color information

#8997FA (or 0x8997FA) is unknown color: approx 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

RGB137151250-
CMYK0.450.4000.02
HSL232.57º91.87%75.88%-
HSV(B)232.57º45.2%98.04%-
XYZ38.6434.3595.04-
YUV158.1179.86112.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 25.46%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=25.46%
G=28.07%
B=46.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371512500.450.4000.02232.5791.8775.88
Hex8997FA2D2802e95c4c
Octal211227372555002351134114
Binary1000100110010111111110101011011010000101110100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>