#8091D8

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

Shades of Portage #8091D8

Tints of Portage #8091D8

Color information

#8091D8 (or 0x8091D8) is unknown color: approx Portage. HEX triplet: 80, 91 and D8. RGB value is (128,145,216). Sum of RGB (Red+Green+Blue) = 128+145+216=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #8091D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091D8 is #7F6E27. Grayscale: #939393. Windows color (decimal): -8351272 or 14193024. OLE color: 14193024.

HSL color Cylindrical-coordinate representation of color #8091D8: hue angle of 228.41º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8091D8 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128145216-
CMYK0.410.3300.15
HSL228.41º53.01%67.45%-
HSV(B)228.41º40.74%84.71%-
XYZ31.4229.869.06-
YUV148.01166.37113.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=26.18%
G=29.65%
B=44.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281452160.410.3300.15228.4153.0167.45
Hex8091D829210Fe43543
Octal200221330514101734465103
Binary10000000100100011101100010100110000101111111001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8091D8; }

 p { color: rgb(128,145,216); }

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

<style>
 a { background-color: #8091D8; }

 a { background-color: rgb(128,145,216); }

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

<style>
 span { border-color: #8091D8; }

 span { border-color: rgb(128,145,216); }

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