#8B8EEC

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

Shades of Portage #8B8EEC

Tints of Portage #8B8EEC

Color information

#8B8EEC (or 0x8B8EEC) is unknown color: approx Portage. HEX triplet: 8B, 8E and EC. RGB value is (139,142,236). Sum of RGB (Red+Green+Blue) = 139+142+236=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B8EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8EEC is #747113. Grayscale: #979797. Windows color (decimal): -7631124 or 15502987. OLE color: 15502987.

HSL color Cylindrical-coordinate representation of color #8B8EEC: hue angle of 238.14º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B8EEC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139142236-
CMYK0.410.4000.07
HSL238.14º71.85%73.53%-
HSV(B)238.14º41.1%92.55%-
XYZ35.4630.8983.45-
YUV151.82175.51118.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=26.89%
G=27.47%
B=45.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391422360.410.4000.07238.1471.8573.53
Hex8B8EEC292807ee484a
Octal213216354515007356110112
Binary10001011100011101110110010100110100001111110111010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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