#8789DC

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

Shades of Portage #8789DC

Tints of Portage #8789DC

Color information

#8789DC (or 0x8789DC) is unknown color: approx Portage. HEX triplet: 87, 89 and DC. RGB value is (135,137,220). Sum of RGB (Red+Green+Blue) = 135+137+220=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8789DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8789DC is #787623. Grayscale: #919191. Windows color (decimal): -7894564 or 14453127. OLE color: 14453127.

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

Color convert

RGB135137220-
CMYK0.390.3800.14
HSL238.59º54.84%69.61%-
HSV(B)238.59º38.64%86.27%-
XYZ31.8628.2171.48-
YUV145.86169.84120.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=27.44%
G=27.85%
B=44.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351372200.390.3800.14238.5954.8469.61
Hex8789DC27260Eef3746
Octal207211334474601635767106
Binary10000111100010011101110010011110011001110111011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8789DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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