#8696CF

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

Shades of Portage #8696CF

Tints of Portage #8696CF

Color information

#8696CF (or 0x8696CF) is unknown color: approx Portage. HEX triplet: 86, 96 and CF. RGB value is (134,150,207). Sum of RGB (Red+Green+Blue) = 134+150+207=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #8696CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696CF is #796930. Grayscale: #979797. Windows color (decimal): -7956785 or 13604486. OLE color: 13604486.

HSL color Cylindrical-coordinate representation of color #8696CF: hue angle of 226.85º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8696CF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134150207-
CMYK0.350.2800.19
HSL226.85º43.2%66.86%-
HSV(B)226.85º35.27%81.18%-
XYZ3231.3963.4-
YUV151.71159.2115.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=27.29%
G=30.55%
B=42.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341502070.350.2800.19226.8543.266.86
Hex8696CF231C013e32b43
Octal206226317433402334353103
Binary10000110100101101100111110001111100010011111000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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