#8C89DA

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

Shades of Portage #8C89DA

Tints of Portage #8C89DA

Color information

#8C89DA (or 0x8C89DA) is unknown color: approx Portage. HEX triplet: 8C, 89 and DA. RGB value is (140,137,218). Sum of RGB (Red+Green+Blue) = 140+137+218=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89DA is #737625. Grayscale: #929292. Windows color (decimal): -7566886 or 14322060. OLE color: 14322060.

HSL color Cylindrical-coordinate representation of color #8C89DA: hue angle of 242.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C89DA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140137218-
CMYK0.360.3700.15
HSL242.22º52.26%69.61%-
HSV(B)242.22º37.16%85.49%-
XYZ32.4228.5370.13-
YUV147.13167.99122.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=28.28%
G=27.68%
B=44.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401372180.360.3700.15242.2252.2669.61
Hex8C89DA24250Ff23446
Octal214211332444501736264106
Binary10001100100010011101101010010010010101111111100101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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