#8697EB

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

Shades of Portage #8697EB

Tints of Portage #8697EB

Color information

#8697EB (or 0x8697EB) is unknown color: approx Portage. HEX triplet: 86, 97 and EB. RGB value is (134,151,235). Sum of RGB (Red+Green+Blue) = 134+151+235=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #8697EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8697EB is #796814. Grayscale: #9B9B9B. Windows color (decimal): -7956501 or 15439750. OLE color: 15439750.

HSL color Cylindrical-coordinate representation of color #8697EB: hue angle of 229.9º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8697EB is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134151235-
CMYK0.430.3600.08
HSL229.9º71.63%72.35%-
HSV(B)229.9º42.98%92.16%-
XYZ35.8933.283.11-
YUV155.49172.87112.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=25.77%
G=29.04%
B=45.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341512350.430.3600.08229.971.6372.35
Hex8697EB2B2408e64848
Octal2062273535344010346110110
Binary100001101001011111101011101011100100010001110011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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