#8997E4

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

Shades of Portage #8997E4

Tints of Portage #8997E4

Color information

#8997E4 (or 0x8997E4) is unknown color: approx Portage. HEX triplet: 89, 97 and E4. RGB value is (137,151,228). Sum of RGB (Red+Green+Blue) = 137+151+228=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #8997E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997E4 is #76681B. Grayscale: #9B9B9B. Windows color (decimal): -7759900 or 14981001. OLE color: 14981001.

HSL color Cylindrical-coordinate representation of color #8997E4: hue angle of 230.77º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8997E4 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137151228-
CMYK0.400.3400.11
HSL230.77º62.76%71.57%-
HSV(B)230.77º39.91%89.41%-
XYZ35.3933.0577.91-
YUV155.59168.86114.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.55%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 228 (89.45% from 255) = 44.19%
R=26.55%
G=29.26%
B=44.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371512280.400.3400.11230.7762.7671.57
Hex8997E428220Be73f48
Octal211227344504201334777110
Binary10001001100101111110010010100010001001011111001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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