#8797CA

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

Shades of Portage #8797CA

Tints of Portage #8797CA

Color information

#8797CA (or 0x8797CA) is unknown color: approx Portage. HEX triplet: 87, 97 and CA. RGB value is (135,151,202). Sum of RGB (Red+Green+Blue) = 135+151+202=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8797CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797CA is #786835. Grayscale: #979797. Windows color (decimal): -7890998 or 13277063. OLE color: 13277063.

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

Color convert

RGB135151202-
CMYK0.330.2500.21
HSL225.67º38.73%66.08%-
HSV(B)225.67º33.17%79.22%-
XYZ31.7231.5560.29-
YUV152.03156.2115.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.66%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=27.66%
G=30.94%
B=41.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351512020.330.2500.21225.6738.7366.08
Hex8797CA2119015e22742
Octal207227312413102534247102
Binary10000111100101111100101010000111001010101111000101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8797CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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