#8685E2

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

Shades of Portage #8685E2

Tints of Portage #8685E2

Color information

#8685E2 (or 0x8685E2) is unknown color: approx Portage. HEX triplet: 86, 85 and E2. RGB value is (134,133,226). Sum of RGB (Red+Green+Blue) = 134+133+226=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #8685E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685E2 is #797A1D. Grayscale: #8F8F8F. Windows color (decimal): -7961118 or 14845318. OLE color: 14845318.

HSL color Cylindrical-coordinate representation of color #8685E2: hue angle of 240.65º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8685E2 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB134133226-
CMYK0.410.4100.11
HSL240.65º61.59%70.39%-
HSV(B)240.65º41.15%88.63%-
XYZ31.9527.3375.54-
YUV143.9174.33120.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=27.18%
G=26.98%
B=45.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1341332260.410.4100.11240.6561.5970.39
Hex8685E229290Bf13e46
Octal206205342515101336176106
Binary10000110100001011110001010100110100101011111100011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8685E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8685E2; }

 p { color: rgb(134,133,226); }

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

<style>
 a { background-color: #8685E2; }

 a { background-color: rgb(134,133,226); }

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

<style>
 span { border-color: #8685E2; }

 span { border-color: rgb(134,133,226); }

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