#8697EE

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

Shades of Portage #8697EE

Tints of Portage #8697EE

Color information

#8697EE (or 0x8697EE) is unknown color: approx Portage. HEX triplet: 86, 97 and EE. RGB value is (134,151,238). Sum of RGB (Red+Green+Blue) = 134+151+238=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #8697EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8697EE is #796811. Grayscale: #9B9B9B. Windows color (decimal): -7956498 or 15636358. OLE color: 15636358.

HSL color Cylindrical-coordinate representation of color #8697EE: hue angle of 230.19º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8697EE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134151238-
CMYK0.440.3700.07
HSL230.19º75.36%72.94%-
HSV(B)230.19º43.7%93.33%-
XYZ36.3333.3785.42-
YUV155.84174.37112.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=25.62%
G=28.87%
B=45.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341512380.440.3700.07230.1975.3672.94
Hex8697EE2C2507e64b49
Octal206227356544507346113111
Binary10000110100101111110111010110010010101111110011010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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