#8C89EA

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

Shades of Portage #8C89EA

Tints of Portage #8C89EA

Color information

#8C89EA (or 0x8C89EA) is unknown color: approx Portage. HEX triplet: 8C, 89 and EA. RGB value is (140,137,234). Sum of RGB (Red+Green+Blue) = 140+137+234=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89EA is #737615. Grayscale: #949494. Windows color (decimal): -7566870 or 15370636. OLE color: 15370636.

HSL color Cylindrical-coordinate representation of color #8C89EA: hue angle of 241.86º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C89EA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140137234-
CMYK0.400.4100.08
HSL241.86º69.78%72.75%-
HSV(B)241.86º41.45%91.76%-
XYZ34.6129.4181.69-
YUV148.95175.99121.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.40%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=27.40%
G=26.81%
B=45.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401372340.400.4100.08241.8669.7872.75
Hex8C89EA282908f24649
Octal2142113525051010362106111
Binary100011001000100111101010101000101001010001111001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,234); }

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

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

 a { background-color: rgb(140,137,234); }

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

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

 span { border-color: rgb(140,137,234); }

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