#8091DD

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

Shades of Portage #8091DD

Tints of Portage #8091DD

Color information

#8091DD (or 0x8091DD) is unknown color: approx Portage. HEX triplet: 80, 91 and DD. RGB value is (128,145,221). Sum of RGB (Red+Green+Blue) = 128+145+221=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8091DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091DD is #7F6E22. Grayscale: #949494. Windows color (decimal): -8351267 or 14520704. OLE color: 14520704.

HSL color Cylindrical-coordinate representation of color #8091DD: hue angle of 229.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8091DD is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128145221-
CMYK0.420.3400.13
HSL229.03º57.76%68.43%-
HSV(B)229.03º42.08%86.67%-
XYZ32.0830.0672.52-
YUV148.58168.87113.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=25.91%
G=29.35%
B=44.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281452210.420.3400.13229.0357.7668.43
Hex8091DD2A220De53a44
Octal200221335524201534572104
Binary10000000100100011101110110101010001001101111001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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