#8689DE

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

Shades of Portage #8689DE

Tints of Portage #8689DE

Color information

#8689DE (or 0x8689DE) is unknown color: approx Portage. HEX triplet: 86, 89 and DE. RGB value is (134,137,222). Sum of RGB (Red+Green+Blue) = 134+137+222=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #8689DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DE is #797621. Grayscale: #919191. Windows color (decimal): -7960098 or 14584198. OLE color: 14584198.

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

Color convert

RGB134137222-
CMYK0.400.3800.13
HSL237.95º57.14%69.8%-
HSV(B)237.95º39.64%87.06%-
XYZ31.9628.2372.87-
YUV145.79171.01119.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=27.18%
G=27.79%
B=45.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341372220.400.3800.13237.9557.1469.8
Hex8689DE28260Dee3946
Octal206211336504601535671106
Binary10000110100010011101111010100010011001101111011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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