#8997CA

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

Shades of Portage #8997CA

Tints of Portage #8997CA

Color information

#8997CA (or 0x8997CA) is unknown color: approx Portage. HEX triplet: 89, 97 and CA. RGB value is (137,151,202). Sum of RGB (Red+Green+Blue) = 137+151+202=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #8997CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997CA is #766835. Grayscale: #989898. Windows color (decimal): -7759926 or 13277065. OLE color: 13277065.

HSL color Cylindrical-coordinate representation of color #8997CA: hue angle of 227.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8997CA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137151202-
CMYK0.320.2500.21
HSL227.08º38.01%66.47%-
HSV(B)227.08º32.18%79.22%-
XYZ32.0431.7260.31-
YUV152.63155.86116.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=27.96%
G=30.82%
B=41.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371512020.320.2500.21227.0838.0166.47
Hex8997CA2019015e32642
Octal211227312403102534346102
Binary10001001100101111100101010000011001010101111000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8997CA; }

 p { color: rgb(137,151,202); }

 H1.HeaderClassName
 {
   color: #8997CA;
 }
 .AnyTagClassName
 {
   color: #8997CA;
 }
</style>
background-color css

<style>
 a { background-color: #8997CA; }

 a { background-color: rgb(137,151,202); }

 div.DivClassName
 {
   background-color: #8997CA;
 }
 .BgClassName
 {
   background-color: #8997CA;
 }
</style>
border-color css

<style>
 span { border-color: #8997CA; }

 span { border-color: rgb(137,151,202); }

 td.TdClassName
 {
   border-color: #8997CA;
 }
 .TagClassName
 {
   border-color: #8997CA;
 }
</style>