#86A0D7

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

Shades of Portage #86A0D7

Tints of Portage #86A0D7

Color information

#86A0D7 (or 0x86A0D7) is unknown color: approx Portage. HEX triplet: 86, A0 and D7. RGB value is (134,160,215). Sum of RGB (Red+Green+Blue) = 134+160+215=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #86A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0D7 is #795F28. Grayscale: #9E9E9E. Windows color (decimal): -7954217 or 14131334. OLE color: 14131334.

HSL color Cylindrical-coordinate representation of color #86A0D7: hue angle of 220.74º 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 #86A0D7 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134160215-
CMYK0.380.2600.16
HSL220.74º50.31%68.43%-
HSV(B)220.74º37.67%84.31%-
XYZ34.6735.1269.24-
YUV158.5159.89110.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=26.33%
G=31.43%
B=42.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341602150.380.2600.16220.7450.3168.43
Hex86A0D7261A010dd3244
Octal206240327463202033562104
Binary10000110101000001101011110011011010010000110111011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A0D7; }

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

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

<style>
 a { background-color: #86A0D7; }

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

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

<style>
 span { border-color: #86A0D7; }

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

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