#8789DE

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

Shades of Portage #8789DE

Tints of Portage #8789DE

Color information

#8789DE (or 0x8789DE) is unknown color: approx Portage. HEX triplet: 87, 89 and DE. RGB value is (135,137,222). Sum of RGB (Red+Green+Blue) = 135+137+222=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #8789DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8789DE is #787621. Grayscale: #919191. Windows color (decimal): -7894562 or 14584199. OLE color: 14584199.

HSL color Cylindrical-coordinate representation of color #8789DE: hue angle of 238.62º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8789DE is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135137222-
CMYK0.390.3800.13
HSL238.62º56.86%70%-
HSV(B)238.62º39.19%87.06%-
XYZ32.1228.3272.88-
YUV146.09170.84120.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=27.33%
G=27.73%
B=44.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351372220.390.3800.13238.6256.8670
Hex8789DE27260Def3946
Octal207211336474601535771106
Binary10000111100010011101111010011110011001101111011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8789DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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