#8689E0

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

Shades of Portage #8689E0

Tints of Portage #8689E0

Color information

#8689E0 (or 0x8689E0) is unknown color: approx Portage. HEX triplet: 86, 89 and E0. RGB value is (134,137,224). Sum of RGB (Red+Green+Blue) = 134+137+224=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #8689E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689E0 is #79761F. Grayscale: #919191. Windows color (decimal): -7960096 or 14715270. OLE color: 14715270.

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

Color convert

RGB134137224-
CMYK0.400.3900.12
HSL238º59.21%70.2%-
HSV(B)238º40.18%87.84%-
XYZ32.2328.3474.29-
YUV146.02172.01119.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=27.07%
G=27.68%
B=45.25%

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
Decimal1341372240.400.3900.1223859.2170.2
Hex8689E028270Cee3b46
Octal206211340504701435673106
Binary10000110100010011110000010100010011101100111011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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