#8697E9

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

Shades of Portage #8697E9

Tints of Portage #8697E9

Color information

#8697E9 (or 0x8697E9) is unknown color: approx Portage. HEX triplet: 86, 97 and E9. RGB value is (134,151,233). Sum of RGB (Red+Green+Blue) = 134+151+233=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #8697E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8697E9 is #796816. Grayscale: #9A9A9A. Windows color (decimal): -7956503 or 15308678. OLE color: 15308678.

HSL color Cylindrical-coordinate representation of color #8697E9: hue angle of 229.7º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8697E9 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134151233-
CMYK0.420.3500.09
HSL229.7º69.23%71.96%-
HSV(B)229.7º42.49%91.37%-
XYZ35.6133.0881.6-
YUV155.27171.87112.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.87%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=25.87%
G=29.15%
B=44.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341512330.420.3500.09229.769.2371.96
Hex8697E92A2309e64548
Octal2062273515243011346105110
Binary100001101001011111101001101010100011010011110011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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