#8696CD

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

Shades of Portage #8696CD

Tints of Portage #8696CD

Color information

#8696CD (or 0x8696CD) is unknown color: approx Portage. HEX triplet: 86, 96 and CD. RGB value is (134,150,205). Sum of RGB (Red+Green+Blue) = 134+150+205=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #8696CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696CD is #796932. Grayscale: #979797. Windows color (decimal): -7956787 or 13473414. OLE color: 13473414.

HSL color Cylindrical-coordinate representation of color #8696CD: hue angle of 226.48º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8696CD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134150205-
CMYK0.350.2700.20
HSL226.48º41.52%66.47%-
HSV(B)226.48º34.63%80.39%-
XYZ31.7631.2962.12-
YUV151.49158.2115.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=27.40%
G=30.67%
B=41.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341502050.350.2700.20226.4841.5266.47
Hex8696CD231B014e22a42
Octal206226315433302434252102
Binary10000110100101101100110110001111011010100111000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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