#8691EB

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

Shades of Portage #8691EB

Tints of Portage #8691EB

Color information

#8691EB (or 0x8691EB) is unknown color: approx Portage. HEX triplet: 86, 91 and EB. RGB value is (134,145,235). Sum of RGB (Red+Green+Blue) = 134+145+235=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #8691EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8691EB is #796E14. Grayscale: #979797. Windows color (decimal): -7958037 or 15438214. OLE color: 15438214.

HSL color Cylindrical-coordinate representation of color #8691EB: hue angle of 233.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8691EB is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134145235-
CMYK0.430.3800.08
HSL233.47º71.63%72.35%-
HSV(B)233.47º42.98%92.16%-
XYZ34.9531.3282.8-
YUV151.97174.86115.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=26.07%
G=28.21%
B=45.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341452350.430.3800.08233.4771.6372.35
Hex8691EB2B2608e94848
Octal2062213535346010351110110
Binary100001101001000111101011101011100110010001110100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8691EB; }

 p { color: rgb(134,145,235); }

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

<style>
 a { background-color: #8691EB; }

 a { background-color: rgb(134,145,235); }

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

<style>
 span { border-color: #8691EB; }

 span { border-color: rgb(134,145,235); }

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