#8996CC

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

Shades of Portage #8996CC

Tints of Portage #8996CC

Color information

#8996CC (or 0x8996CC) is unknown color: approx Portage. HEX triplet: 89, 96 and CC. RGB value is (137,150,204). Sum of RGB (Red+Green+Blue) = 137+150+204=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #8996CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996CC is #766933. Grayscale: #989898. Windows color (decimal): -7760180 or 13407881. OLE color: 13407881.

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

Color convert

RGB137150204-
CMYK0.330.2600.2
HSL228.36º39.64%66.86%-
HSV(B)228.36º32.84%80%-
XYZ32.1231.4961.51-
YUV152.27157.19117.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=27.90%
G=30.55%
B=41.55%

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
Decimal1371502040.330.2600.2228.3639.6466.86
Hex8996CC211A014e42843
Octal211226314413202434450103
Binary10001001100101101100110010000111010010100111001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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