#8B8FE5

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

Shades of Portage #8B8FE5

Tints of Portage #8B8FE5

Color information

#8B8FE5 (or 0x8B8FE5) is unknown color: approx Portage. HEX triplet: 8B, 8F and E5. RGB value is (139,143,229). Sum of RGB (Red+Green+Blue) = 139+143+229=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B8FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FE5 is #74701A. Grayscale: #979797. Windows color (decimal): -7630875 or 15044491. OLE color: 15044491.

HSL color Cylindrical-coordinate representation of color #8B8FE5: hue angle of 237.33º 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 #8B8FE5 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139143229-
CMYK0.390.3800.10
HSL237.33º63.38%72.16%-
HSV(B)237.33º39.3%89.8%-
XYZ34.6130.7978.25-
YUV151.61171.67119.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 229 (89.84% from 255) = 44.81%
R=27.20%
G=27.98%
B=44.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1391432290.390.3800.10237.3363.3872.16
Hex8B8FE527260Aed3f48
Octal213217345474601235577110
Binary10001011100011111110010110011110011001010111011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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