#8697E6

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

Shades of Portage #8697E6

Tints of Portage #8697E6

Color information

#8697E6 (or 0x8697E6) is unknown color: approx Portage. HEX triplet: 86, 97 and E6. RGB value is (134,151,230). Sum of RGB (Red+Green+Blue) = 134+151+230=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #8697E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8697E6 is #796819. Grayscale: #9A9A9A. Windows color (decimal): -7956506 or 15112070. OLE color: 15112070.

HSL color Cylindrical-coordinate representation of color #8697E6: hue angle of 229.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8697E6 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134151230-
CMYK0.420.3400.10
HSL229.38º65.75%71.37%-
HSV(B)229.38º41.74%90.2%-
XYZ35.1832.9179.36-
YUV154.92170.37113.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=26.02%
G=29.32%
B=44.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1341512300.420.3400.10229.3865.7571.37
Hex8697E62A220Ae54247
Octal2062273465242012345102107
Binary100001101001011111100110101010100010010101110010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8697E6; }

 p { color: rgb(134,151,230); }

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

<style>
 a { background-color: #8697E6; }

 a { background-color: rgb(134,151,230); }

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

<style>
 span { border-color: #8697E6; }

 span { border-color: rgb(134,151,230); }

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