#8096DE

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

Shades of Portage #8096DE

Tints of Portage #8096DE

Color information

#8096DE (or 0x8096DE) is unknown color: approx Portage. HEX triplet: 80, 96 and DE. RGB value is (128,150,222). Sum of RGB (Red+Green+Blue) = 128+150+222=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #8096DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096DE is #7F6921. Grayscale: #979797. Windows color (decimal): -8349986 or 14587520. OLE color: 14587520.

HSL color Cylindrical-coordinate representation of color #8096DE: hue angle of 225.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8096DE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128150222-
CMYK0.420.3200.13
HSL225.96º58.75%68.63%-
HSV(B)225.96º42.34%87.06%-
XYZ32.9931.6873.48-
YUV151.63167.71111.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.6%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=25.6%
G=30%
B=44.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281502220.420.3200.13225.9658.7568.63
Hex8096DE2A200De23b45
Octal200226336524001534273105
Binary10000000100101101101111010101010000001101111000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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