#8688E0

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

Shades of Portage #8688E0

Tints of Portage #8688E0

Color information

#8688E0 (or 0x8688E0) is unknown color: approx Portage. HEX triplet: 86, 88 and E0. RGB value is (134,136,224). Sum of RGB (Red+Green+Blue) = 134+136+224=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #8688E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688E0 is #79771F. Grayscale: #919191. Windows color (decimal): -7960352 or 14715014. OLE color: 14715014.

HSL color Cylindrical-coordinate representation of color #8688E0: hue angle of 238.67º 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 #8688E0 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134136224-
CMYK0.400.3900.12
HSL238.67º59.21%70.2%-
HSV(B)238.67º40.18%87.84%-
XYZ32.0928.0674.25-
YUV145.43172.34119.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=27.13%
G=27.53%
B=45.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341362240.400.3900.12238.6759.2170.2
Hex8688E028270Cef3b46
Octal206210340504701435773106
Binary10000110100010001110000010100010011101100111011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8688E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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