#8396CC

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

Shades of Portage #8396CC

Tints of Portage #8396CC

Color information

#8396CC (or 0x8396CC) is unknown color: approx Portage. HEX triplet: 83, 96 and CC. RGB value is (131,150,204). Sum of RGB (Red+Green+Blue) = 131+150+204=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8396CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396CC is #7C6933. Grayscale: #969696. Windows color (decimal): -8153396 or 13407875. OLE color: 13407875.

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

Color convert

RGB131150204-
CMYK0.360.2600.2
HSL224.38º41.71%65.69%-
HSV(B)224.38º35.78%80%-
XYZ31.173161.47-
YUV150.48158.21114.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=27.01%
G=30.93%
B=42.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311502040.360.2600.2224.3841.7165.69
Hex8396CC241A014e02a42
Octal203226314443202434052102
Binary10000011100101101100110010010011010010100111000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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