#8997CC

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

Shades of Portage #8997CC

Tints of Portage #8997CC

Color information

#8997CC (or 0x8997CC) is unknown color: approx Portage. HEX triplet: 89, 97 and CC. RGB value is (137,151,204). Sum of RGB (Red+Green+Blue) = 137+151+204=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #8997CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997CC is #766833. Grayscale: #989898. Windows color (decimal): -7759924 or 13408137. OLE color: 13408137.

HSL color Cylindrical-coordinate representation of color #8997CC: hue angle of 227.46º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8997CC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137151204-
CMYK0.330.2600.2
HSL227.46º39.64%66.86%-
HSV(B)227.46º32.84%80%-
XYZ32.2831.8161.57-
YUV152.86156.86116.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=27.85%
G=30.69%
B=41.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371512040.330.2600.2227.4639.6466.86
Hex8997CC211A014e32843
Octal211227314413202434350103
Binary10001001100101111100110010000111010010100111000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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