#8997D7

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

Shades of Portage #8997D7

Tints of Portage #8997D7

Color information

#8997D7 (or 0x8997D7) is unknown color: approx Portage. HEX triplet: 89, 97 and D7. RGB value is (137,151,215). Sum of RGB (Red+Green+Blue) = 137+151+215=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #8997D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997D7 is #766828. Grayscale: #999999. Windows color (decimal): -7759913 or 14129033. OLE color: 14129033.

HSL color Cylindrical-coordinate representation of color #8997D7: hue angle of 229.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8997D7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137151215-
CMYK0.360.3000.16
HSL229.23º49.37%69.02%-
HSV(B)229.23º36.28%84.31%-
XYZ33.6532.3668.76-
YUV154.11162.36115.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=27.24%
G=30.02%
B=42.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371512150.360.3000.16229.2349.3769.02
Hex8997D7241E010e53145
Octal211227327443602034561105
Binary10001001100101111101011110010011110010000111001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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