#8496D7

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

Shades of Portage #8496D7

Tints of Portage #8496D7

Color information

#8496D7 (or 0x8496D7) is unknown color: approx Portage. HEX triplet: 84, 96 and D7. RGB value is (132,150,215). Sum of RGB (Red+Green+Blue) = 132+150+215=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #8496D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496D7 is #7B6928. Grayscale: #979797. Windows color (decimal): -8087849 or 14128772. OLE color: 14128772.

HSL color Cylindrical-coordinate representation of color #8496D7: hue angle of 226.99º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8496D7 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132150215-
CMYK0.390.3000.16
HSL226.99º50.92%68.04%-
HSV(B)226.99º38.6%84.31%-
XYZ32.6931.6268.67-
YUV152.03163.54113.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=26.56%
G=30.18%
B=43.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321502150.390.3000.16226.9950.9268.04
Hex8496D7271E010e33344
Octal204226327473602034363104
Binary10000100100101101101011110011111110010000111000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8496D7; }

 p { color: rgb(132,150,215); }

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

<style>
 a { background-color: #8496D7; }

 a { background-color: rgb(132,150,215); }

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

<style>
 span { border-color: #8496D7; }

 span { border-color: rgb(132,150,215); }

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