#8797D3

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

Shades of Portage #8797D3

Tints of Portage #8797D3

Color information

#8797D3 (or 0x8797D3) is unknown color: approx Portage. HEX triplet: 87, 97 and D3. RGB value is (135,151,211). Sum of RGB (Red+Green+Blue) = 135+151+211=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #8797D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797D3 is #78682C. Grayscale: #989898. Windows color (decimal): -7890989 or 13866887. OLE color: 13866887.

HSL color Cylindrical-coordinate representation of color #8797D3: hue angle of 227.37º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8797D3 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135151211-
CMYK0.360.2800.17
HSL227.37º46.34%67.84%-
HSV(B)227.37º36.02%82.75%-
XYZ32.8231.9966.07-
YUV153.06160.7115.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=27.16%
G=30.38%
B=42.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351512110.360.2800.17227.3746.3467.84
Hex8797D3241C011e32e44
Octal207227323443402134356104
Binary10000111100101111101001110010011100010001111000111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8797D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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