#8691DE

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

Shades of Portage #8691DE

Tints of Portage #8691DE

Color information

#8691DE (or 0x8691DE) is unknown color: approx Portage. HEX triplet: 86, 91 and DE. RGB value is (134,145,222). Sum of RGB (Red+Green+Blue) = 134+145+222=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #8691DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691DE is #796E21. Grayscale: #969696. Windows color (decimal): -7958050 or 14586246. OLE color: 14586246.

HSL color Cylindrical-coordinate representation of color #8691DE: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8691DE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134145222-
CMYK0.400.3500.13
HSL232.5º57.14%69.8%-
HSV(B)232.5º39.64%87.06%-
XYZ33.1430.5973.27-
YUV150.49168.36116.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=26.75%
G=28.94%
B=44.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341452220.400.3500.13232.557.1469.8
Hex8691DE28230De83946
Octal206221336504301535071106
Binary10000110100100011101111010100010001101101111010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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