#8B8AEA

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

Shades of Portage #8B8AEA

Tints of Portage #8B8AEA

Color information

#8B8AEA (or 0x8B8AEA) is unknown color: approx Portage. HEX triplet: 8B, 8A and EA. RGB value is (139,138,234). Sum of RGB (Red+Green+Blue) = 139+138+234=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B8AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8AEA is #747515. Grayscale: #949494. Windows color (decimal): -7632150 or 15370891. OLE color: 15370891.

HSL color Cylindrical-coordinate representation of color #8B8AEA: hue angle of 240.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B8AEA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139138234-
CMYK0.410.4100.08
HSL240.62º69.57%72.94%-
HSV(B)240.62º41.03%91.76%-
XYZ34.5929.6181.73-
YUV149.24175.83120.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=27.20%
G=27.01%
B=45.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391382340.410.4100.08240.6269.5772.94
Hex8B8AEA292908f14649
Octal2132123525151010361106111
Binary100010111000101011101010101001101001010001111000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,138,234); }

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

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

 a { background-color: rgb(139,138,234); }

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

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

 span { border-color: rgb(139,138,234); }

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