#8288CB

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

Shades of Portage #8288CB

Tints of Portage #8288CB

Color information

#8288CB (or 0x8288CB) is unknown color: approx Portage. HEX triplet: 82, 88 and CB. RGB value is (130,136,203). Sum of RGB (Red+Green+Blue) = 130+136+203=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #8288CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288CB is #7D7734. Grayscale: #8D8D8D. Windows color (decimal): -8222517 or 13338754. OLE color: 13338754.

HSL color Cylindrical-coordinate representation of color #8288CB: hue angle of 235.07º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8288CB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130136203-
CMYK0.360.3300.20
HSL235.07º41.24%65.29%-
HSV(B)235.07º35.96%79.61%-
XYZ28.7926.6760.13-
YUV141.84162.51119.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=27.72%
G=29.00%
B=43.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301362030.360.3300.20235.0741.2465.29
Hex8288CB2421014eb2941
Octal202210313444102435351101
Binary100000101000100011001011100100100001010100111010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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