#8696E0

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

Shades of Portage #8696E0

Tints of Portage #8696E0

Color information

#8696E0 (or 0x8696E0) is unknown color: approx Portage. HEX triplet: 86, 96 and E0. RGB value is (134,150,224). Sum of RGB (Red+Green+Blue) = 134+150+224=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #8696E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696E0 is #79691F. Grayscale: #999999. Windows color (decimal): -7956768 or 14718598. OLE color: 14718598.

HSL color Cylindrical-coordinate representation of color #8696E0: hue angle of 229.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8696E0 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134150224-
CMYK0.400.3300.12
HSL229.33º59.21%70.2%-
HSV(B)229.33º40.18%87.84%-
XYZ34.1932.2674.95-
YUV153.65167.7113.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=26.38%
G=29.53%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341502240.400.3300.12229.3359.2170.2
Hex8696E028210Ce53b46
Octal206226340504101434573106
Binary10000110100101101110000010100010000101100111001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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