#8C96C3

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

Shades of Portage #8C96C3

Tints of Portage #8C96C3

Color information

#8C96C3 (or 0x8C96C3) is unknown color: approx Portage. HEX triplet: 8C, 96 and C3. RGB value is (140,150,195). Sum of RGB (Red+Green+Blue) = 140+150+195=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96C3 is #73693C. Grayscale: #979797. Windows color (decimal): -7563581 or 12818060. OLE color: 12818060.

HSL color Cylindrical-coordinate representation of color #8C96C3: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C96C3 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140150195-
CMYK0.280.2300.24
HSL229.09º31.43%65.69%-
HSV(B)229.09º28.21%76.47%-
XYZ31.5731.3356.01-
YUV152.14152.19119.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 195 (76.56% from 255) = 40.21%
R=28.87%
G=30.93%
B=40.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401501950.280.2300.24229.0931.4365.69
Hex8C96C31C17018e51f42
Octal214226303342703034537102
Binary100011001001011011000011111001011101100011100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C96C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C96C3; }

 p { color: rgb(140,150,195); }

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

<style>
 a { background-color: #8C96C3; }

 a { background-color: rgb(140,150,195); }

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

<style>
 span { border-color: #8C96C3; }

 span { border-color: rgb(140,150,195); }

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