#8696FA

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

Shades of Portage #8696FA

Tints of Portage #8696FA

Color information

#8696FA (or 0x8696FA) is unknown color: approx Portage. HEX triplet: 86, 96 and FA. RGB value is (134,150,250). Sum of RGB (Red+Green+Blue) = 134+150+250=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #8696FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8696FA is #796905. Grayscale: #9C9C9C. Windows color (decimal): -7956742 or 16422534. OLE color: 16422534.

HSL color Cylindrical-coordinate representation of color #8696FA: hue angle of 231.72º 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 #8696FA is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134150250-
CMYK0.460.400.02
HSL231.72º92.06%75.29%-
HSV(B)231.72º46.4%98.04%-
XYZ37.9933.7894.96-
YUV156.62180.7111.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.09%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=25.09%
G=28.09%
B=46.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341502500.460.400.02231.7292.0675.29
Hex8696FA2E2802e85c4b
Octal206226372565002350134113
Binary1000011010010110111110101011101010000101110100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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