#8396CA

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

Shades of Portage #8396CA

Tints of Portage #8396CA

Color information

#8396CA (or 0x8396CA) is unknown color: approx Portage. HEX triplet: 83, 96 and CA. RGB value is (131,150,202). Sum of RGB (Red+Green+Blue) = 131+150+202=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8396CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396CA is #7C6935. Grayscale: #969696. Windows color (decimal): -8153398 or 13276803. OLE color: 13276803.

HSL color Cylindrical-coordinate representation of color #8396CA: hue angle of 223.94º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8396CA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131150202-
CMYK0.350.2600.21
HSL223.94º40.11%65.29%-
HSV(B)223.94º35.15%79.22%-
XYZ30.9330.960.21-
YUV150.25157.21114.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=27.12%
G=31.06%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311502020.350.2600.21223.9440.1165.29
Hex8396CA231A015e02841
Octal203226312433202534050101
Binary10000011100101101100101010001111010010101111000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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