#8789CF

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

Shades of Portage #8789CF

Tints of Portage #8789CF

Color information

#8789CF (or 0x8789CF) is unknown color: approx Portage. HEX triplet: 87, 89 and CF. RGB value is (135,137,207). Sum of RGB (Red+Green+Blue) = 135+137+207=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #8789CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8789CF is #787630. Grayscale: #909090. Windows color (decimal): -7894577 or 13601159. OLE color: 13601159.

HSL color Cylindrical-coordinate representation of color #8789CF: hue angle of 238.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8789CF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135137207-
CMYK0.350.3400.19
HSL238.33º42.86%67.06%-
HSV(B)238.33º34.78%81.18%-
XYZ30.227.5562.76-
YUV144.38163.34121.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=28.18%
G=28.60%
B=43.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351372070.350.3400.19238.3342.8667.06
Hex8789CF2322013ee2b43
Octal207211317434202335653103
Binary100001111000100111001111100011100010010011111011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8789CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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