#8A96EC

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

Shades of Portage #8A96EC

Tints of Portage #8A96EC

Color information

#8A96EC (or 0x8A96EC) is unknown color: approx Portage. HEX triplet: 8A, 96 and EC. RGB value is (138,150,236). Sum of RGB (Red+Green+Blue) = 138+150+236=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A96EC is #756913. Grayscale: #9B9B9B. Windows color (decimal): -7694612 or 15505034. OLE color: 15505034.

HSL color Cylindrical-coordinate representation of color #8A96EC: hue angle of 232.65º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A96EC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138150236-
CMYK0.420.3600.07
HSL232.65º72.06%73.33%-
HSV(B)232.65º41.53%92.55%-
XYZ36.5333.2783.85-
YUV156.22173.02115.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 236 (92.58% from 255) = 45.04%
R=26.34%
G=28.63%
B=45.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381502360.420.3600.07232.6572.0673.33
Hex8A96EC2A2407e94849
Octal212226354524407351110111
Binary10001010100101101110110010101010010001111110100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A96EC; }

 p { color: rgb(138,150,236); }

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

<style>
 a { background-color: #8A96EC; }

 a { background-color: rgb(138,150,236); }

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

<style>
 span { border-color: #8A96EC; }

 span { border-color: rgb(138,150,236); }

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