#8090D1

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

Shades of Portage #8090D1

Tints of Portage #8090D1

Color information

#8090D1 (or 0x8090D1) is unknown color: approx Portage. HEX triplet: 80, 90 and D1. RGB value is (128,144,209). Sum of RGB (Red+Green+Blue) = 128+144+209=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #8090D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090D1 is #7F6F2E. Grayscale: #929292. Windows color (decimal): -8351535 or 13734016. OLE color: 13734016.

HSL color Cylindrical-coordinate representation of color #8090D1: hue angle of 228.15º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8090D1 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128144209-
CMYK0.390.3100.18
HSL228.15º46.82%66.08%-
HSV(B)228.15º38.76%81.96%-
XYZ30.3829.1464.34-
YUV146.63163.2114.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=26.61%
G=29.94%
B=43.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281442090.390.3100.18228.1546.8266.08
Hex8090D1271F012e42f42
Octal200220321473702234457102
Binary10000000100100001101000110011111111010010111001001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8090D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8090D1; }

 p { color: rgb(128,144,209); }

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

<style>
 a { background-color: #8090D1; }

 a { background-color: rgb(128,144,209); }

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

<style>
 span { border-color: #8090D1; }

 span { border-color: rgb(128,144,209); }

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