#8C89E2

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

Shades of Portage #8C89E2

Tints of Portage #8C89E2

Color information

#8C89E2 (or 0x8C89E2) is unknown color: approx Portage. HEX triplet: 8C, 89 and E2. RGB value is (140,137,226). Sum of RGB (Red+Green+Blue) = 140+137+226=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #8C89E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89E2 is #73761D. Grayscale: #939393. Windows color (decimal): -7566878 or 14846348. OLE color: 14846348.

HSL color Cylindrical-coordinate representation of color #8C89E2: hue angle of 242.02º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C89E2 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140137226-
CMYK0.380.3900.11
HSL242.02º60.54%71.18%-
HSV(B)242.02º39.38%88.63%-
XYZ33.4928.9675.78-
YUV148.04171.99122.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 226 (88.67% from 255) = 44.93%
R=27.83%
G=27.24%
B=44.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401372260.380.3900.11242.0260.5471.18
Hex8C89E226270Bf23d47
Octal214211342464701336275107
Binary10001100100010011110001010011010011101011111100101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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