#8288DF

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

Shades of Portage #8288DF

Tints of Portage #8288DF

Color information

#8288DF (or 0x8288DF) is unknown color: approx Portage. HEX triplet: 82, 88 and DF. RGB value is (130,136,223). Sum of RGB (Red+Green+Blue) = 130+136+223=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8288DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288DF is #7D7720. Grayscale: #8F8F8F. Windows color (decimal): -8222497 or 14649474. OLE color: 14649474.

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

Color convert

RGB130136223-
CMYK0.420.3900.13
HSL236.13º59.24%69.22%-
HSV(B)236.13º41.7%87.45%-
XYZ31.3327.6873.5-
YUV144.12172.51117.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 223 (87.5% from 255) = 45.60%
R=26.58%
G=27.81%
B=45.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301362230.420.3900.13236.1359.2469.22
Hex8288DF2A270Dec3b45
Octal202210337524701535473105
Binary10000010100010001101111110101010011101101111011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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