#8B8CE9

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

Shades of Portage #8B8CE9

Tints of Portage #8B8CE9

Color information

#8B8CE9 (or 0x8B8CE9) is unknown color: approx Portage. HEX triplet: 8B, 8C and E9. RGB value is (139,140,233). Sum of RGB (Red+Green+Blue) = 139+140+233=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #8B8CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8CE9 is #747316. Grayscale: #959595. Windows color (decimal): -7631639 or 15305867. OLE color: 15305867.

HSL color Cylindrical-coordinate representation of color #8B8CE9: hue angle of 239.36º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8CE9 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139140233-
CMYK0.400.4000.09
HSL239.36º68.12%72.94%-
HSV(B)239.36º40.34%91.37%-
XYZ34.7330.1381.08-
YUV150.3174.67119.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=27.15%
G=27.34%
B=45.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391402330.400.4000.09239.3668.1272.94
Hex8B8CE9282809ef4449
Octal2132143515050011357104111
Binary100010111000110011101001101000101000010011110111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,140,233); }

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

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

 a { background-color: rgb(139,140,233); }

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

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

 span { border-color: rgb(139,140,233); }

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