#8B96E1

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

Shades of Portage #8B96E1

Tints of Portage #8B96E1

Color information

#8B96E1 (or 0x8B96E1) is unknown color: approx Portage. HEX triplet: 8B, 96 and E1. RGB value is (139,150,225). Sum of RGB (Red+Green+Blue) = 139+150+225=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B96E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96E1 is #74691E. Grayscale: #9A9A9A. Windows color (decimal): -7629087 or 14784139. OLE color: 14784139.

HSL color Cylindrical-coordinate representation of color #8B96E1: hue angle of 232.33º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B96E1 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139150225-
CMYK0.380.3300.12
HSL232.33º58.9%71.37%-
HSV(B)232.33º38.22%88.24%-
XYZ35.1432.7475.7-
YUV155.26167.36116.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=27.04%
G=29.18%
B=43.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391502250.380.3300.12232.3358.971.37
Hex8B96E126210Ce83b47
Octal213226341464101435073107
Binary10001011100101101110000110011010000101100111010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B96E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,225); }

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

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

 a { background-color: rgb(139,150,225); }

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

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

 span { border-color: rgb(139,150,225); }

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