#8696CA

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

Shades of Portage #8696CA

Tints of Portage #8696CA

Color information

#8696CA (or 0x8696CA) is unknown color: approx Portage. HEX triplet: 86, 96 and CA. RGB value is (134,150,202). Sum of RGB (Red+Green+Blue) = 134+150+202=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8696CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696CA is #796935. Grayscale: #969696. Windows color (decimal): -7956790 or 13276806. OLE color: 13276806.

HSL color Cylindrical-coordinate representation of color #8696CA: hue angle of 225.88º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8696CA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134150202-
CMYK0.340.2600.21
HSL225.88º39.08%65.88%-
HSV(B)225.88º33.66%79.22%-
XYZ31.431.1560.23-
YUV151.14156.7115.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.57%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=27.57%
G=30.86%
B=41.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341502020.340.2600.21225.8839.0865.88
Hex8696CA221A015e22742
Octal206226312423202534247102
Binary10000110100101101100101010001011010010101111000101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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