#8496D9

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

Shades of Portage #8496D9

Tints of Portage #8496D9

Color information

#8496D9 (or 0x8496D9) is unknown color: approx Portage. HEX triplet: 84, 96 and D9. RGB value is (132,150,217). Sum of RGB (Red+Green+Blue) = 132+150+217=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #8496D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496D9 is #7B6926. Grayscale: #979797. Windows color (decimal): -8087847 or 14259844. OLE color: 14259844.

HSL color Cylindrical-coordinate representation of color #8496D9: hue angle of 227.29º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8496D9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132150217-
CMYK0.390.3100.15
HSL227.29º52.8%68.43%-
HSV(B)227.29º39.17%85.1%-
XYZ32.9531.7370.03-
YUV152.26164.54113.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=26.45%
G=30.06%
B=43.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321502170.390.3100.15227.2952.868.43
Hex8496D9271F0Fe33544
Octal204226331473701734365104
Binary1000010010010110110110011001111111101111111000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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