#8B9AE5

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

Shades of Portage #8B9AE5

Tints of Portage #8B9AE5

Color information

#8B9AE5 (or 0x8B9AE5) is unknown color: approx Portage. HEX triplet: 8B, 9A and E5. RGB value is (139,154,229). Sum of RGB (Red+Green+Blue) = 139+154+229=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B9AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9AE5 is #74651A. Grayscale: #9D9D9D. Windows color (decimal): -7628059 or 15047307. OLE color: 15047307.

HSL color Cylindrical-coordinate representation of color #8B9AE5: hue angle of 230º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B9AE5 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139154229-
CMYK0.390.3300.10
HSL230º63.38%72.16%-
HSV(B)230º39.3%89.8%-
XYZ36.3534.2678.83-
YUV158.06168.03114.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.63%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 229 (89.84% from 255) = 43.87%
R=26.63%
G=29.50%
B=43.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1391542290.390.3300.1023063.3872.16
Hex8B9AE527210Ae63f48
Octal213232345474101234677110
Binary10001011100110101110010110011110000101010111001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,229); }

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

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

 a { background-color: rgb(139,154,229); }

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

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

 span { border-color: rgb(139,154,229); }

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