#8789CD

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

Shades of Portage #8789CD

Tints of Portage #8789CD

Color information

#8789CD (or 0x8789CD) is unknown color: approx Portage. HEX triplet: 87, 89 and CD. RGB value is (135,137,205). Sum of RGB (Red+Green+Blue) = 135+137+205=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #8789CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8789CD is #787632. Grayscale: #8F8F8F. Windows color (decimal): -7894579 or 13470087. OLE color: 13470087.

HSL color Cylindrical-coordinate representation of color #8789CD: hue angle of 238.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8789CD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135137205-
CMYK0.340.3300.20
HSL238.29º41.18%66.67%-
HSV(B)238.29º34.15%80.39%-
XYZ29.9627.4561.48-
YUV144.15162.34121.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=28.30%
G=28.72%
B=42.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351372050.340.3300.20238.2941.1866.67
Hex8789CD2221014ee2943
Octal207211315424102435651103
Binary100001111000100111001101100010100001010100111011101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8789CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8789CD; }

 p { color: rgb(135,137,205); }

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

<style>
 a { background-color: #8789CD; }

 a { background-color: rgb(135,137,205); }

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

<style>
 span { border-color: #8789CD; }

 span { border-color: rgb(135,137,205); }

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