#8096CA

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

Shades of Portage #8096CA

Tints of Portage #8096CA

Color information

#8096CA (or 0x8096CA) is unknown color: approx Portage. HEX triplet: 80, 96 and CA. RGB value is (128,150,202). Sum of RGB (Red+Green+Blue) = 128+150+202=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8096CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096CA is #7F6935. Grayscale: #959595. Windows color (decimal): -8350006 or 13276800. OLE color: 13276800.

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

Color convert

RGB128150202-
CMYK0.370.2600.21
HSL222.16º41.11%64.71%-
HSV(B)222.16º36.63%79.22%-
XYZ30.4730.6760.19-
YUV149.35157.71112.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=26.67%
G=31.25%
B=42.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281502020.370.2600.21222.1641.1164.71
Hex8096CA251A015de2941
Octal200226312453202533651101
Binary10000000100101101100101010010111010010101110111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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