#8691D7

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

Shades of Portage #8691D7

Tints of Portage #8691D7

Color information

#8691D7 (or 0x8691D7) is unknown color: approx Portage. HEX triplet: 86, 91 and D7. RGB value is (134,145,215). Sum of RGB (Red+Green+Blue) = 134+145+215=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #8691D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691D7 is #796E28. Grayscale: #959595. Windows color (decimal): -7958057 or 14127494. OLE color: 14127494.

HSL color Cylindrical-coordinate representation of color #8691D7: hue angle of 231.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8691D7 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134145215-
CMYK0.380.3300.16
HSL231.85º50.31%68.43%-
HSV(B)231.85º37.67%84.31%-
XYZ32.2230.2368.43-
YUV149.69164.86116.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=27.13%
G=29.35%
B=43.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341452150.380.3300.16231.8550.3168.43
Hex8691D72621010e83244
Octal206221327464102035062104
Binary100001101001000111010111100110100001010000111010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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