#8B8CDE

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

Shades of Portage #8B8CDE

Tints of Portage #8B8CDE

Color information

#8B8CDE (or 0x8B8CDE) is unknown color: approx Portage. HEX triplet: 8B, 8C and DE. RGB value is (139,140,222). Sum of RGB (Red+Green+Blue) = 139+140+222=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8CDE is #747321. Grayscale: #949494. Windows color (decimal): -7631650 or 14584971. OLE color: 14584971.

HSL color Cylindrical-coordinate representation of color #8B8CDE: hue angle of 239.28º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B8CDE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139140222-
CMYK0.370.3700.13
HSL239.28º55.7%70.78%-
HSV(B)239.28º37.39%87.06%-
XYZ33.2129.5273.05-
YUV149.05169.17120.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=27.74%
G=27.94%
B=44.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391402220.370.3700.13239.2855.770.78
Hex8B8CDE25250Def3847
Octal213214336454501535770107
Binary10001011100011001101111010010110010101101111011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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