#8C89E7

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

Shades of Portage #8C89E7

Tints of Portage #8C89E7

Color information

#8C89E7 (or 0x8C89E7) is unknown color: approx Portage. HEX triplet: 8C, 89 and E7. RGB value is (140,137,231). Sum of RGB (Red+Green+Blue) = 140+137+231=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89E7 is #737618. Grayscale: #949494. Windows color (decimal): -7566873 or 15174028. OLE color: 15174028.

HSL color Cylindrical-coordinate representation of color #8C89E7: hue angle of 241.91º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C89E7 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140137231-
CMYK0.390.4100.09
HSL241.91º66.2%72.16%-
HSV(B)241.91º40.69%90.59%-
XYZ34.1829.2479.44-
YUV148.61174.49121.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 231 (90.62% from 255) = 45.47%
R=27.56%
G=26.97%
B=45.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401372310.390.4100.09241.9166.272.16
Hex8C89E7272909f24248
Octal2142113474751011362102110
Binary100011001000100111100111100111101001010011111001010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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