#8091DE

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

Shades of Portage #8091DE

Tints of Portage #8091DE

Color information

#8091DE (or 0x8091DE) is unknown color: approx Portage. HEX triplet: 80, 91 and DE. RGB value is (128,145,222). Sum of RGB (Red+Green+Blue) = 128+145+222=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #8091DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091DE is #7F6E21. Grayscale: #949494. Windows color (decimal): -8351266 or 14586240. OLE color: 14586240.

HSL color Cylindrical-coordinate representation of color #8091DE: hue angle of 229.15º 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 #8091DE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128145222-
CMYK0.420.3500.13
HSL229.15º58.75%68.63%-
HSV(B)229.15º42.34%87.06%-
XYZ32.2130.1173.22-
YUV148.7169.37113.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=25.86%
G=29.29%
B=44.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281452220.420.3500.13229.1558.7568.63
Hex8091DE2A230De53b45
Octal200221336524301534573105
Binary10000000100100011101111010101010001101101111001011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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