#8B8EE7

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

Shades of Portage #8B8EE7

Tints of Portage #8B8EE7

Color information

#8B8EE7 (or 0x8B8EE7) is unknown color: approx Portage. HEX triplet: 8B, 8E and E7. RGB value is (139,142,231). Sum of RGB (Red+Green+Blue) = 139+142+231=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #8B8EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8EE7 is #747118. Grayscale: #969696. Windows color (decimal): -7631129 or 15175307. OLE color: 15175307.

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

Color convert

RGB139142231-
CMYK0.400.3900.09
HSL238.04º65.71%72.55%-
HSV(B)238.04º39.83%90.59%-
XYZ34.7430.679.68-
YUV151.25173.01119.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=27.15%
G=27.73%
B=45.12%

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
Decimal1391422310.400.3900.09238.0465.7172.55
Hex8B8EE7282709ee4249
Octal2132163475047011356102111
Binary100010111000111011100111101000100111010011110111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,231); }

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

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

 a { background-color: rgb(139,142,231); }

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

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

 span { border-color: rgb(139,142,231); }

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