#8091CA

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

Shades of Portage #8091CA

Tints of Portage #8091CA

Color information

#8091CA (or 0x8091CA) is unknown color: approx Portage. HEX triplet: 80, 91 and CA. RGB value is (128,145,202). Sum of RGB (Red+Green+Blue) = 128+145+202=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8091CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091CA is #7F6E35. Grayscale: #929292. Windows color (decimal): -8351286 or 13275520. OLE color: 13275520.

HSL color Cylindrical-coordinate representation of color #8091CA: hue angle of 226.22º 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 #8091CA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128145202-
CMYK0.370.2800.21
HSL226.22º41.11%64.71%-
HSV(B)226.22º36.63%79.22%-
XYZ29.6929.159.93-
YUV146.42159.37114.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=26.95%
G=30.53%
B=42.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281452020.370.2800.21226.2241.1164.71
Hex8091CA251C015e22941
Octal200221312453402534251101
Binary10000000100100011100101010010111100010101111000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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