#8288d7

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

Shades of Portage #8288D7

Tints of Portage #8288D7

Color information

#8288D7 (or 0x8288D7) is unknown color: approx Portage. HEX triplet: 82, 88 and D7. RGB value is (130,136,215). Sum of RGB (Red+Green+Blue) = 130+136+215=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #8288D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288D7 is #7D7728. Grayscale: #8E8E8E. Windows color (decimal): -8222505 or 14125186. OLE color: 14125186.

HSL color Cylindrical-coordinate representation of color #8288D7: hue angle of 235.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8288D7 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130136215-
CMYK0.400.3700.16
HSL235.76º51.52%67.65%-
HSV(B)235.76º39.53%84.31%-
XYZ30.2827.2667.96-
YUV143.21168.51118.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=27.03%
G=28.27%
B=44.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301362150.400.3700.16235.7651.5267.65
Hex8288D72825010ec3444
Octal202210327504502035464104
Binary100000101000100011010111101000100101010000111011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8288d7; }

 p { color: rgb(130,136,215); }

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

<style>
 a { background-color: #8288d7; }

 a { background-color: rgb(130,136,215); }

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

<style>
 span { border-color: #8288d7; }

 span { border-color: rgb(130,136,215); }

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