#8B8DE9

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

Shades of Portage #8B8DE9

Tints of Portage #8B8DE9

Color information

#8B8DE9 (or 0x8B8DE9) is unknown color: approx Portage. HEX triplet: 8B, 8D and E9. RGB value is (139,141,233). Sum of RGB (Red+Green+Blue) = 139+141+233=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #8B8DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8DE9 is #747216. Grayscale: #969696. Windows color (decimal): -7631383 or 15306123. OLE color: 15306123.

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

Color convert

RGB139141233-
CMYK0.400.3900.09
HSL238.72º68.12%72.94%-
HSV(B)238.72º40.34%91.37%-
XYZ34.8830.4281.12-
YUV150.89174.34119.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.10%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 233 (91.41% from 255) = 45.42%
R=27.10%
G=27.49%
B=45.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391412330.400.3900.09238.7268.1272.94
Hex8B8DE9282709ef4449
Octal2132153515047011357104111
Binary100010111000110111101001101000100111010011110111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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