#8996CB

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

Shades of Portage #8996CB

Tints of Portage #8996CB

Color information

#8996CB (or 0x8996CB) is unknown color: approx Portage. HEX triplet: 89, 96 and CB. RGB value is (137,150,203). Sum of RGB (Red+Green+Blue) = 137+150+203=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #8996CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996CB is #766934. Grayscale: #979797. Windows color (decimal): -7760181 or 13342345. OLE color: 13342345.

HSL color Cylindrical-coordinate representation of color #8996CB: hue angle of 228.18º degrees, saturation: 0.39, 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 #8996CB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137150203-
CMYK0.330.2600.20
HSL228.18º38.82%66.67%-
HSV(B)228.18º32.51%79.61%-
XYZ3231.4460.88-
YUV152.16156.69117.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=27.96%
G=30.61%
B=41.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371502030.330.2600.20228.1838.8266.67
Hex8996CB211A014e42743
Octal211226313413202434447103
Binary10001001100101101100101110000111010010100111001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8996CB; }

 p { color: rgb(137,150,203); }

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

<style>
 a { background-color: #8996CB; }

 a { background-color: rgb(137,150,203); }

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

<style>
 span { border-color: #8996CB; }

 span { border-color: rgb(137,150,203); }

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