#8696CC

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

Shades of Portage #8696CC

Tints of Portage #8696CC

Color information

#8696CC (or 0x8696CC) is unknown color: approx Portage. HEX triplet: 86, 96 and CC. RGB value is (134,150,204). Sum of RGB (Red+Green+Blue) = 134+150+204=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8696CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696CC is #796933. Grayscale: #979797. Windows color (decimal): -7956788 or 13407878. OLE color: 13407878.

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

Color convert

RGB134150204-
CMYK0.340.2600.2
HSL226.29º40.7%66.27%-
HSV(B)226.29º34.31%80%-
XYZ31.6431.2461.49-
YUV151.37157.7115.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=27.46%
G=30.74%
B=41.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341502040.340.2600.2226.2940.766.27
Hex8696CC221A014e22942
Octal206226314423202434251102
Binary10000110100101101100110010001011010010100111000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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