#8697FA

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

Shades of Portage #8697FA

Tints of Portage #8697FA

Color information

#8697FA (or 0x8697FA) is unknown color: approx Portage. HEX triplet: 86, 97 and FA. RGB value is (134,151,250). Sum of RGB (Red+Green+Blue) = 134+151+250=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #8697FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8697FA is #796805. Grayscale: #9C9C9C. Windows color (decimal): -7956486 or 16422790. OLE color: 16422790.

HSL color Cylindrical-coordinate representation of color #8697FA: hue angle of 231.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8697FA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134151250-
CMYK0.460.4000.02
HSL231.21º92.06%75.29%-
HSV(B)231.21º46.4%98.04%-
XYZ38.1534.195.01-
YUV157.2180.37111.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=25.05%
G=28.22%
B=46.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341512500.460.4000.02231.2192.0675.29
Hex8697FA2E2802e75c4b
Octal206227372565002347134113
Binary1000011010010111111110101011101010000101110011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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